GetPolicyAssignmentPlainArgs

data class GetPolicyAssignmentPlainArgs(val expand: String? = null, val policyAssignmentName: String, val scope: String) : ConvertibleToJava<GetPolicyAssignmentPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, policyAssignmentName: String, scope: String)

Properties

Link copied to clipboard
val expand: String? = null

Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'.

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