GetRoleManagementPolicyPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The name (guid) of the role management policy to get.

Link copied to clipboard

The scope of the role management policy.

Functions

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