getRoleManagementPolicyAssignment

Get the specified role management policy assignment for a resource scope Uses Azure REST API version 2024-09-01-preview. Other available API versions: 2020-10-01, 2020-10-01-preview, 2024-02-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 management policy

Parameters

argument

null


suspend fun getRoleManagementPolicyAssignment(roleManagementPolicyAssignmentName: String, scope: String): GetRoleManagementPolicyAssignmentResult

Return

Role management policy

Parameters

roleManagementPolicyAssignmentName

The name of format {guid_guid} the role management policy assignment to get.

scope

The scope of the role management policy.

See also


Return

Role management policy

Parameters

argument

Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetRoleManagementPolicyAssignmentPlainArgs.

See also