Acl.Permission Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the permission type of the access control list (ACL) entry. Possible values include: 'None', 'Use', 'Create', 'Drop', 'Alter', 'Write', 'All'
[Newtonsoft.Json.JsonProperty(PropertyName="permission")]
public string Permission { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="permission")>]
member this.Permission : string
Public ReadOnly Property Permission As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute