Get Role Assignment Plain Args
data class GetRoleAssignmentPlainArgs(val roleAssignmentName: String, val scope: String, val tenantId: String? = null) : ConvertibleToJava<GetRoleAssignmentPlainArgs>
Properties
Link copied to clipboard
The name of the role assignment. It can be any valid GUID.
Link copied to clipboard
The scope of the operation or resource. Valid scopes are: subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}'