Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScopedRoleMembership
Packages that use MicrosoftGraphScopedRoleMembership
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphScopedRoleMembership in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScopedRoleMembershipModifier and TypeMethodDescriptionMicrosoftGraphScopedRoleMembership.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: scopedRoleMembership.MicrosoftGraphScopedRoleMembership.withAdministrativeUnitId(String administrativeUnitId) Set the administrativeUnitId property: Unique identifier for the administrative unit that the directory role is scoped to.Set the id property: Read-only.MicrosoftGraphScopedRoleMembership.withRoleId(String roleId) Set the roleId property: Unique identifier for the directory role that the member is in.MicrosoftGraphScopedRoleMembership.withRoleMemberInfo(MicrosoftGraphIdentity roleMemberInfo) Set the roleMemberInfo property: identity.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphScopedRoleMembershipModifier and TypeMethodDescriptionMicrosoftGraphDirectoryRole.scopedMembers()Get the scopedMembers property: The scopedMembers property.MicrosoftGraphUserInner.scopedRoleMemberOf()Get the scopedRoleMemberOf property: The scopedRoleMemberOf property.MicrosoftGraphAdministrativeUnit.scopedRoleMembers()Get the scopedRoleMembers property: Scoped-role members of this Administrative Unit.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphScopedRoleMembershipModifier and TypeMethodDescriptionMicrosoftGraphDirectoryRole.withScopedMembers(List<MicrosoftGraphScopedRoleMembership> scopedMembers) Set the scopedMembers property: The scopedMembers property.MicrosoftGraphUserInner.withScopedRoleMemberOf(List<MicrosoftGraphScopedRoleMembership> scopedRoleMemberOf) Set the scopedRoleMemberOf property: The scopedRoleMemberOf property.MicrosoftGraphAdministrativeUnit.withScopedRoleMembers(List<MicrosoftGraphScopedRoleMembership> scopedRoleMembers) Set the scopedRoleMembers property: Scoped-role members of this Administrative Unit.