Get Policy Assignment Plain Args
data class GetPolicyAssignmentPlainArgs(val policyAssignmentName: String, val scope: String) : ConvertibleToJava<GetPolicyAssignmentPlainArgs>
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}'