OptionalClaims.SamlToken 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 optional claims requested to be included in the saml token.
[Newtonsoft.Json.JsonProperty(PropertyName="samlToken")]
public System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OptionalClaim> SamlToken { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="samlToken")>]
member this.SamlToken : System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OptionalClaim> with get, set
Public Property SamlToken As IList(Of OptionalClaim)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute