Permission.Token Property

Definition

Gets the access token granting the defined permission from the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="_token")]
public string Token { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="_token")>]
member this.Token : string
Public ReadOnly Property Token As String

Property Value

The access token granting the defined permission.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to