Enum SplashAuthSetting
Whether clients bound to your policy will bypass splash authorization or behave according to the network's rules. Can be one of 'network default' or 'bypass'. Only available if your network has a wireless configuration.
[JsonConverter(typeof(StringEnumConverter))]
public enum SplashAuthSetting
- Extension Methods
Fields
[EnumMember(Value = "bypass")] Bypass = 1Enum Bypass for "bypass"
[EnumMember(Value = "network default")] Networkdefault = 0Enum Networkdefault for "network default"