Enum RadiusFailoverPolicy
This policy determines how authentication requests should be handled in the event that all of the configured RADIUS servers are unreachable ('Deny access' or 'Allow access')
[JsonConverter(typeof(StringEnumConverter))]
public enum RadiusFailoverPolicy
- Extension Methods
Fields
[EnumMember(Value = "Allow access")] Allowaccess = 1
Enum Allowaccess for "Allow access"
[EnumMember(Value = "Deny access")] Denyaccess = 0
Enum Denyaccess for "Deny access"