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 MicrosoftGraphOptionalClaim
MicrosoftGraphOptionalClaim. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: optionalClaim.MicrosoftGraphOptionalClaim
MicrosoftGraphOptionalClaim. withAdditionalPropertiesProperty(List<String> additionalPropertiesProperty)
Set the additionalPropertiesProperty property: Additional properties of the claim.MicrosoftGraphOptionalClaim
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.MicrosoftGraphOptionalClaim
MicrosoftGraphOptionalClaim. withName(String name)
Set the name property: The name of the optional claim.MicrosoftGraphOptionalClaim
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 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 MicrosoftGraphOptionalClaims
MicrosoftGraphOptionalClaims. withAccessToken(List<MicrosoftGraphOptionalClaim> accessToken)
Set the accessToken property: The optional claims returned in the JWT access token.MicrosoftGraphOptionalClaims
MicrosoftGraphOptionalClaims. withIdToken(List<MicrosoftGraphOptionalClaim> idToken)
Set the idToken property: The optional claims returned in the JWT ID token.MicrosoftGraphOptionalClaims
MicrosoftGraphOptionalClaims. withSaml2Token(List<MicrosoftGraphOptionalClaim> saml2Token)
Set the saml2Token property: The optional claims returned in the SAML token.
-