Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaim
Packages that use MicrosoftGraphOptionalClaim
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOptionalClaim in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOptionalClaimModifier and TypeMethodDescriptionMicrosoftGraphOptionalClaim.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: optionalClaim.MicrosoftGraphOptionalClaim.withAdditionalPropertiesProperty(List<String> additionalPropertiesProperty) Set the additionalPropertiesProperty property: Additional properties of the claim.MicrosoftGraphOptionalClaim.withEssential(Boolean essential) Set the essential property: If the value is true, the claim specified by the client is necessary to ensure a smooth authorization experience for the specific task requested by the end user.Set the name property: The name of the optional claim.MicrosoftGraphOptionalClaim.withSource(String source) Set the source property: The source (directory object) of the claim.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOptionalClaimModifier and TypeMethodDescriptionMicrosoftGraphOptionalClaims.accessToken()Get the accessToken property: The optional claims returned in the JWT access token.MicrosoftGraphOptionalClaims.idToken()Get the idToken property: The optional claims returned in the JWT ID token.MicrosoftGraphOptionalClaims.saml2Token()Get the saml2Token property: The optional claims returned in the SAML token.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOptionalClaimModifier and TypeMethodDescriptionMicrosoftGraphOptionalClaims.withAccessToken(List<MicrosoftGraphOptionalClaim> accessToken) Set the accessToken property: The optional claims returned in the JWT access token.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.