Class Radius
Object for RADIUS Settings
[DataContract]
public class Radius
- Inheritance
-
Radius
- Inherited Members
Properties
Cache
Object for RADIUS Cache Settings
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "cache")]
public RadiusCache? Cache { get; set; }
Property Value
CriticalAuth
Critical auth settings for when authentication is rejected by the RADIUS server
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "criticalAuth")]
public CriticalAuth? CriticalAuth { get; set; }
Property Value
FailedAuthVlanId
VLAN that clients will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "failedAuthVlanId")]
public string? FailedAuthVlanId { get; set; }
Property Value
ReAuthenticationInterval
Re-authentication period in seconds.Will be null if hostMode is Multi-Auth
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "reAuthenticationInterval")]
public int? ReAuthenticationInterval { get; set; }
Property Value
- int?
suspendReAuthentication
suspendReAuthentication
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "suspendReAuthentication")]
public bool? suspendReAuthentication { get; set; }
Property Value
- bool?