Share via


OptionalClaims.AccessToken Property

Definition

Gets or sets optional claims requested to be included in the access token.

[Newtonsoft.Json.JsonProperty(PropertyName="accessToken")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.OptionalClaim> AccessToken { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accessToken")>]
member this.AccessToken : System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.OptionalClaim> with get, set
Public Property AccessToken As IList(Of OptionalClaim)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to