Class ClientSplashAuthorizationStatusUpdateRequest
UpdateNetworkClientSplashAuthorizationStatus
[DataContract]
public class ClientSplashAuthorizationStatusUpdateRequest
- Inheritance
-
ClientSplashAuthorizationStatusUpdateRequest
- Inherited Members
Properties
Ssids
The target SSIDs. Each SSID must be enabled and must have Click-through splash enabled. For each SSID where isAuthorized is true, the expiration time will automatically be set according to the SSID's splash frequency. Not all networks support configuring all SSIDs
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ssids")]
public Dictionary<string, SsidSplashAuthorization> Ssids { get; set; }