AccessControlEntryAction Enum

Definition

Defines values for AccessControlEntryAction.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AccessControlEntryAction
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AccessControlEntryAction = 
Public Enum AccessControlEntryAction
Inheritance
AccessControlEntryAction
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Deny 1
Permit 0

Applies to