MongoRoleDefinitionGetResults.Privileges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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