Class SsidUpdateRequestLocalAuthFallback
SsidUpdateRequestLocalAuthFallback
[DataContract]
public class SsidUpdateRequestLocalAuthFallback
- Inheritance
-
SsidUpdateRequestLocalAuthFallback
- Inherited Members
Constructors
SsidUpdateRequestLocalAuthFallback()
public SsidUpdateRequestLocalAuthFallback()
Properties
CacheTimeout
The duration (in seconds) for which auths are cached. The timeout is measured from the user's most recent non-cached authentication to the network. Between 3600 (1 hour) and 86400 (1 day)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "cacheTimeout")]
public int? CacheTimeout { get; set; }
Property Value
- int?
Enabled
If true, MR devices will cache authentication credentials for EAP-TLS or for MAC based authentication.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
ServerCaCertificate
The Server CA Certificate used to sign the client certificate.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serverCaCertificate")]
public SsidUpdateRequestLocalAuthFallbackServerCaCertificate? ServerCaCertificate { get; set; }