Share via


Acl.AceType Property

Definition

Gets the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group'

[Newtonsoft.Json.JsonProperty(PropertyName="aceType")]
public string AceType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aceType")>]
member this.AceType : string
Public ReadOnly Property AceType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to