GetRoleManagementPolicyPlainArgs

data class GetRoleManagementPolicyPlainArgs(val roleDefinitionId: String, val scope: String) : ConvertibleToJava<GetRoleManagementPolicyPlainArgs>

A collection of arguments for invoking getRoleManagementPolicy.

Constructors

Link copied to clipboard
constructor(roleDefinitionId: String, scope: String)

Properties

Link copied to clipboard

The scoped Role Definition ID of the role for which this policy applies.

Link copied to clipboard

The scope to which this Role Management Policy applies. Can refer to a management group, a subscription, a resource group or a resource.

Functions

Link copied to clipboard
open override fun toJava(): GetRoleManagementPolicyPlainArgs