Table of Contents

Class Authorization

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Authorizations

[DataContract]
public class Authorization
Inheritance
Authorization
Inherited Members

Properties

AuthorizedByName

Authorized by name

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "authorizedByName")]
public string AuthorizedByName { get; set; }

Property Value

string

AuthorizedZone

Authorized zone

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "authorizedZone")]
public string AuthorizedZone { get; set; }

Property Value

string

ExpiresAt

Date for authorization to expire. Set to 'Never' for the authorization to not expire, which is the default.

[ApiAccess(ApiAccess.CreateUpdate)]
[DataMember(Name = "expiresAt")]
public string ExpiresAt { get; set; }

Property Value

string

SsidNumber

SSID for which the user is being authorized

[ApiAccess(ApiAccess.CreateUpdate)]
[DataMember(Name = "ssidNumber")]
public int SsidNumber { get; set; }

Property Value

int

authorizedByEmail

Authorized by email

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "authorizedByEmail")]
public string authorizedByEmail { get; set; }

Property Value

string