Uses of Class
com.azure.resourcemanager.authorization.utils.RoleAssignmentHelper
Packages that use RoleAssignmentHelper
Package
Description
This package contains utility classes for working with Azure authorization.
-
Uses of RoleAssignmentHelper in com.azure.resourcemanager.authorization.utils
Methods in com.azure.resourcemanager.authorization.utils that return RoleAssignmentHelperModifier and TypeMethodDescriptionRoleAssignmentHelper.withAccessTo(String scope, BuiltInRole asRole) Specifies that applications running on an Azure service with this identity requires the given access role with scope of access limited to the ARM resource identified by the resource ID specified in the scope parameter.RoleAssignmentHelper.withAccessTo(String scope, String roleDefinitionId) Specifies that applications running on an Azure service with this identity requires the access described in the given role definition with scope of access limited to an ARM resource.RoleAssignmentHelper.withAccessToCurrentResourceGroup(BuiltInRole asRole) Specifies that applications running on an Azure service with this identity requires the given access role with scope of access limited to the current resource group that the identity resides.RoleAssignmentHelper.withAccessToCurrentResourceGroup(String roleDefinitionId) Specifies that applications running on an Azure service with this identity requires the given access role with scope of access limited to the current resource group that the identity resides.RoleAssignmentHelper.withoutAccessTo(RoleAssignment roleAssignment) Specifies that an access role assigned to the identity should be removed.RoleAssignmentHelper.withoutAccessTo(String scope, BuiltInRole asRole) Specifies that an access role assigned to the identity should be removed.