Class RadiusCache
Object for RADIUS Cache Settings
[DataContract]
public class RadiusCache
- Inheritance
-
RadiusCache
- Inherited Members
Properties
Enabled
Enable to cache authorization and authentication responses on the RADIUS server
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
Timeout
If RADIUS caching is enabled, this value dictates how long the cache will remain in the RADIUS server, in hours, to allow network access without authentication
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "timeout")]
public int? Timeout { get; set; }
Property Value
- int?