Share via


OptionalClaims.SamlToken Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to