Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphClaimsMappingPolicy
Packages that use MicrosoftGraphClaimsMappingPolicy
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphClaimsMappingPolicy in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphClaimsMappingPolicyModifier and TypeMethodDescriptionMicrosoftGraphClaimsMappingPolicy.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphClaimsMappingPolicy.withAppliesTo(List<MicrosoftGraphDirectoryObjectInner> appliesTo) Set the appliesTo property: The appliesTo property.MicrosoftGraphClaimsMappingPolicy.withDefinition(List<String> definition) Set the definition property: A string collection containing a JSON string that defines the rules and settings for a policy.MicrosoftGraphClaimsMappingPolicy.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphClaimsMappingPolicy.withDescription(String description) Set the description property: Description for this policy.MicrosoftGraphClaimsMappingPolicy.withDisplayName(String displayName) Set the displayName property: Display name for this policy.Set the id property: Read-only.MicrosoftGraphClaimsMappingPolicy.withIsOrganizationDefault(Boolean isOrganizationDefault) Set the isOrganizationDefault property: If set to true, activates this policy.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphClaimsMappingPolicyModifier and TypeMethodDescriptionMicrosoftGraphServicePrincipalInner.claimsMappingPolicies()Get the claimsMappingPolicies property: The claimsMappingPolicies assigned to this service principal.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphClaimsMappingPolicyModifier and TypeMethodDescriptionMicrosoftGraphServicePrincipalInner.withClaimsMappingPolicies(List<MicrosoftGraphClaimsMappingPolicy> claimsMappingPolicies) Set the claimsMappingPolicies property: The claimsMappingPolicies assigned to this service principal.