Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphClaimsMappingPolicyInner
-
Packages that use MicrosoftGraphClaimsMappingPolicyInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphClaimsMappingPolicyInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphClaimsMappingPolicyInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<MicrosoftGraphClaimsMappingPolicyInner>
ServicePrincipalsClient. listClaimsMappingPolicies(String servicePrincipalId)
Get claimsMappingPolicies from servicePrincipals.com.azure.core.http.rest.PagedIterable<MicrosoftGraphClaimsMappingPolicyInner>
ServicePrincipalsClient. listClaimsMappingPolicies(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<ServicePrincipalsExpand> expand, com.azure.core.util.Context context)
Get claimsMappingPolicies from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphClaimsMappingPolicyInner>
ServicePrincipalsClient. listClaimsMappingPoliciesAsync(String servicePrincipalId)
Get claimsMappingPolicies from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphClaimsMappingPolicyInner>
ServicePrincipalsClient. listClaimsMappingPoliciesAsync(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<ServicePrincipalsExpand> expand)
Get claimsMappingPolicies from servicePrincipals. -
Uses of MicrosoftGraphClaimsMappingPolicyInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphClaimsMappingPolicyInner Modifier and Type Method Description MicrosoftGraphClaimsMappingPolicyInner
MicrosoftGraphClaimsMappingPolicyInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphClaimsMappingPolicyInner
MicrosoftGraphClaimsMappingPolicyInner. withAppliesTo(List<MicrosoftGraphDirectoryObjectInner> appliesTo)
Set the appliesTo property: The appliesTo property.MicrosoftGraphClaimsMappingPolicyInner
MicrosoftGraphClaimsMappingPolicyInner. withDefinition(List<String> definition)
Set the definition property: A string collection containing a JSON string that defines the rules and settings for a policy.MicrosoftGraphClaimsMappingPolicyInner
MicrosoftGraphClaimsMappingPolicyInner. withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphClaimsMappingPolicyInner
MicrosoftGraphClaimsMappingPolicyInner. withDescription(String description)
Set the description property: Description for this policy.MicrosoftGraphClaimsMappingPolicyInner
MicrosoftGraphClaimsMappingPolicyInner. withDisplayName(String displayName)
Set the displayName property: Display name for this policy.MicrosoftGraphClaimsMappingPolicyInner
MicrosoftGraphClaimsMappingPolicyInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphClaimsMappingPolicyInner
MicrosoftGraphClaimsMappingPolicyInner. 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 MicrosoftGraphClaimsMappingPolicyInner Modifier and Type Method Description List<MicrosoftGraphClaimsMappingPolicyInner>
MicrosoftGraphServicePrincipalInner. claimsMappingPolicies()
Get the claimsMappingPolicies property: The claimsMappingPolicies assigned to this service principal.List<MicrosoftGraphClaimsMappingPolicyInner>
CollectionOfClaimsMappingPolicy. value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphClaimsMappingPolicyInner Modifier and Type Method Description MicrosoftGraphServicePrincipalInner
MicrosoftGraphServicePrincipalInner. withClaimsMappingPolicies(List<MicrosoftGraphClaimsMappingPolicyInner> claimsMappingPolicies)
Set the claimsMappingPolicies property: The claimsMappingPolicies assigned to this service principal.CollectionOfClaimsMappingPolicy
CollectionOfClaimsMappingPolicy. withValue(List<MicrosoftGraphClaimsMappingPolicyInner> value)
Set the value property: The value property.
-