GetPolicyExemptionPlainArgs

data class GetPolicyExemptionPlainArgs(val policyExemptionName: String, val scope: String) : ConvertibleToJava<GetPolicyExemptionPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the policy exemption to delete.

Link copied to clipboard

The scope of the policy exemption. 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(): GetPolicyExemptionPlainArgs