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