Table of Contents

Class SsidSplashAuthorization

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

Splash authorization for SSID 0

[DataContract]
public class SsidSplashAuthorization
Inheritance
SsidSplashAuthorization
Inherited Members

Properties

AuthorizedAt

Authorized at

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "authorizedAt")]
public DateTime? AuthorizedAt { get; set; }

Property Value

DateTime?

ExpiresAt

Expires at

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expiresAt")]
public DateTime? ExpiresAt { get; set; }

Property Value

DateTime?

IsAuthorized

New authorization status for the SSID (true, false).

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isAuthorized")]
public bool IsAuthorized { get; set; }

Property Value

bool