Aracılığıyla paylaş


Acl.Permission Property

Definition

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

Applies to