Bagikan melalui


PermissionScope.Permissions Property

Definition

Gets or sets the permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), and Create (c).

[Newtonsoft.Json.JsonProperty(PropertyName="permissions")]
public string Permissions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="permissions")>]
member this.Permissions : string with get, set
Public Property Permissions As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to