Uses of Interface
com.azure.resourcemanager.authorization.models.RoleAssignment
-
Packages that use RoleAssignment Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient.com.azure.resourcemanager.authorization.utils 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 RoleAssignment Modifier and Type Method Description RoleAssignment
RoleAssignments. 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 RoleAssignment Modifier and Type Method Description Mono<RoleAssignment>
RoleAssignments. 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.Set<RoleAssignment>
ServicePrincipal. roleAssignments()
Methods in com.azure.resourcemanager.authorization.models with parameters of type RoleAssignment Modifier and Type Method Description ServicePrincipal.Update
ServicePrincipal.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 RoleAssignment Modifier and Type Method Description RoleAssignmentHelper
RoleAssignmentHelper. withoutAccessTo(RoleAssignment roleAssignment)
Specifies that an access role assigned to the identity should be removed.
-