Share via


AclDeleteParameters.AceType Property

Definition

Gets or sets 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; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aceType")>]
member this.AceType : string with get, set
Public Property AceType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to