Enum AllowOrDeny
'allow' or 'deny' traffic specified by this rule
[JsonConverter(typeof(StringEnumConverter))]
public enum AllowOrDeny
- Extension Methods
Fields
[EnumMember(Value = "allow")] Allow = 1Enum Allow for "allow"
[EnumMember(Value = "deny")] Deny = 2Enum Deny for "deny"