Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOptionalClaims
-
Packages that use MicrosoftGraphOptionalClaims Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphOptionalClaims Modifier and Type Method Description MicrosoftGraphOptionalClaimsMicrosoftGraphApplicationInner. optionalClaims()Get the optionalClaims property: optionalClaims.MicrosoftGraphOptionalClaimsMicrosoftGraphOptionalClaims. withAccessToken(List<MicrosoftGraphOptionalClaim> accessToken)Set the accessToken property: The optional claims returned in the JWT access token.MicrosoftGraphOptionalClaimsMicrosoftGraphOptionalClaims. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: optionalClaims.MicrosoftGraphOptionalClaimsMicrosoftGraphOptionalClaims. withIdToken(List<MicrosoftGraphOptionalClaim> idToken)Set the idToken property: The optional claims returned in the JWT ID token.MicrosoftGraphOptionalClaimsMicrosoftGraphOptionalClaims. 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 MicrosoftGraphOptionalClaims Modifier and Type Method Description MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. withOptionalClaims(MicrosoftGraphOptionalClaims optionalClaims)Set the optionalClaims property: optionalClaims.
-