GetPolicyAssignmentPlainArgs

data class GetPolicyAssignmentPlainArgs(val name: String, val scopeId: String) : ConvertibleToJava<GetPolicyAssignmentPlainArgs>

A collection of arguments for invoking getPolicyAssignment.

Constructors

Link copied to clipboard
constructor(name: String, scopeId: String)

Properties

Link copied to clipboard

The name of this Policy Assignment. Changing this forces a new Policy Assignment to be created.

Link copied to clipboard

The ID of the scope this Policy Assignment is assigned to. The scope_id can be a subscription id, a resource group id, a management group id, or an ID of any resource that is assigned with a policy. Changing this forces a new Policy Assignment to be created.

Functions

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