AccessControlRulesRole.Privileges Property

Definition

Gets or sets a list of privileges needed by this role.

[Newtonsoft.Json.JsonProperty(PropertyName="privileges")]
public System.Collections.Generic.IList<string> Privileges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="privileges")>]
member this.Privileges : System.Collections.Generic.IList<string> with get, set
Public Property Privileges As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to