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
Subinterfaces with type arguments of type RoleAssignment in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfaceAn role assignment definition with sufficient inputs to create a new role assignment in the cloud, but exposing additional optional inputs to specify.interfaceEntry point to role assignment management API.interfaceEntry point to role assignment management API.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()Gets the mapping from scopes to role assignments.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.