get Role Management Policy
suspend fun getRoleManagementPolicy(argument: GetRoleManagementPolicyPlainArgs): GetRoleManagementPolicyResult
Get the specified role management policy 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 getRoleManagementPolicy(roleManagementPolicyName: String, scope: String): GetRoleManagementPolicyResult
Return
Role management policy
Parameters
role Management Policy Name
The name (guid) of the role management policy to get.
scope
The scope of the role management policy.
See also
suspend fun getRoleManagementPolicy(argument: suspend GetRoleManagementPolicyPlainArgsBuilder.() -> Unit): GetRoleManagementPolicyResult
Return
Role management policy
Parameters
argument
Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetRoleManagementPolicyPlainArgs.