Share via


MongoRoleDefinitionGetResults.Privileges Property

Definition

Gets or sets a set of privileges contained by the Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Scopes higher than Database are not enforceable as privilege.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privileges")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Privilege> Privileges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privileges")>]
member this.Privileges : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Privilege> with get, set
Public Property Privileges As IList(Of Privilege)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to