Uses of Interface
com.azure.resourcemanager.authorization.models.RoleAssignment
Packages that use RoleAssignment
Package
Description
Package containing the data models for AuthorizationManagementClient.
This package contains utility classes for working with Azure authorization.
-
Uses of RoleAssignment in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return RoleAssignmentModifier and TypeMethodDescriptionRoleAssignments.getByScope(String scope, String name) Gets the information about a role assignment based on scope and name.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleAssignmentModifier and TypeMethodDescriptionRoleAssignments.getByScopeAsync(String scope, String name) Gets the information about a role assignment based on scope and name.com.azure.core.http.rest.PagedIterable<RoleAssignment>RoleAssignments.listByScope(String scope) List role assignments in a scope.com.azure.core.http.rest.PagedFlux<RoleAssignment>RoleAssignments.listByScopeAsync(String scope) List role assignments in a scope.com.azure.core.http.rest.PagedIterable<RoleAssignment>RoleAssignments.listByServicePrincipal(ServicePrincipal servicePrincipal) List role assignments for a service principal.com.azure.core.http.rest.PagedIterable<RoleAssignment>RoleAssignments.listByServicePrincipal(String principalId) List role assignments for a service principal.com.azure.core.http.rest.PagedFlux<RoleAssignment>RoleAssignments.listByServicePrincipalAsync(ServicePrincipal servicePrincipal) List role assignments for a service principal.com.azure.core.http.rest.PagedFlux<RoleAssignment>RoleAssignments.listByServicePrincipalAsync(String principalId) List role assignments for a service principal.ServicePrincipal.roleAssignments()Methods in com.azure.resourcemanager.authorization.models with parameters of type RoleAssignmentModifier and TypeMethodDescriptionServicePrincipal.UpdateStages.WithRoleAssignment.withoutRole(RoleAssignment roleAssignment) Removes a role from the service principal. -
Uses of RoleAssignment in com.azure.resourcemanager.authorization.utils
Methods in com.azure.resourcemanager.authorization.utils with parameters of type RoleAssignmentModifier and TypeMethodDescriptionRoleAssignmentHelper.withoutAccessTo(RoleAssignment roleAssignment) Specifies that an access role assigned to the identity should be removed.