RoleAssignmentHelper |
RoleAssignmentHelper.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 |
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 |
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 |
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 |
RoleAssignmentHelper.withoutAccessTo(RoleAssignment roleAssignment) |
Specifies that an access role assigned to the identity should be removed.
|
RoleAssignmentHelper |
RoleAssignmentHelper.withoutAccessTo(String scope,
BuiltInRole asRole) |
Specifies that an access role assigned to the identity should be removed.
|