GetPolicyAssignmentPlainArgs

data class GetPolicyAssignmentPlainArgs(val policyAssignmentName: String, val scope: String) : ConvertibleToJava<GetPolicyAssignmentPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the policy assignment to get.

Link copied to clipboard

The scope of the policy assignment. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}'

Functions

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