Share via


OptionalClaims.IdToken Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to