get Role Assignment
Get a role assignment by scope and name. Uses Azure REST API version 2022-04-01. Other available API versions: 2020-08-01-preview, 2020-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native authorization [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Role Assignments
Parameters
null
Return
Role Assignments
Parameters
The name of the role assignment. It can be any valid GUID.
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}'
Tenant ID for cross-tenant request
See also
Return
Role Assignments
Parameters
Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetRoleAssignmentPlainArgs.