get Policy Exemption
The policy exemption. API Version: 2020-07-01-preview.
Return
The policy exemption.
Parameters
argument
null
suspend fun getPolicyExemption(policyExemptionName: String, scope: String): GetPolicyExemptionResult
Return
The policy exemption.
See also
Parameters
policy Exemption Name
The name of the policy exemption to delete.
scope
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}'
suspend fun getPolicyExemption(argument: suspend GetPolicyExemptionPlainArgsBuilder.() -> Unit): GetPolicyExemptionResult
Return
The policy exemption.
See also
Parameters
argument
Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetPolicyExemptionPlainArgs.