Class SsidSplashAuthorization
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
ExpiresAt
Expires at
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expiresAt")]
public DateTime? ExpiresAt { get; set; }
Property Value
IsAuthorized
New authorization status for the SSID (true, false).
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isAuthorized")]
public bool IsAuthorized { get; set; }