Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims
Packages that use MicrosoftGraphOptionalClaims
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOptionalClaims in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOptionalClaimsModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.optionalClaims()Get the optionalClaims property: optionalClaims.MicrosoftGraphOptionalClaims.withAccessToken(List<MicrosoftGraphOptionalClaim> accessToken) Set the accessToken property: The optional claims returned in the JWT access token.MicrosoftGraphOptionalClaims.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: optionalClaims.MicrosoftGraphOptionalClaims.withIdToken(List<MicrosoftGraphOptionalClaim> idToken) Set the idToken property: The optional claims returned in the JWT ID token.MicrosoftGraphOptionalClaims.withSaml2Token(List<MicrosoftGraphOptionalClaim> saml2Token) Set the saml2Token property: The optional claims returned in the SAML token.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOptionalClaimsModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withOptionalClaims(MicrosoftGraphOptionalClaims optionalClaims) Set the optionalClaims property: optionalClaims.