Enum DevicePolicy
The policy to apply to the specified client. Can be 'Group policy', 'Allowed', 'Blocked', 'Per connection' or 'Normal'. Required.
[JsonConverter(typeof(StringEnumConverter))]
public enum DevicePolicy
- Extension Methods
Fields
[EnumMember(Value = "Allowed")] Allowed = 1
Allowed
[EnumMember(Value = "Blocked")] Blocked = 2
Blocked
[EnumMember(Value = "Group policy")] GroupPolicy = 0
Group policy
[EnumMember(Value = "Normal")] Normal = 4
Normal
[EnumMember(Value = "Per connection")] PerConnection = 3
Per connection