Get Policy Exemption Result
data class GetPolicyExemptionResult(val description: String? = null, val displayName: String? = null, val exemptionCategory: String, val expiresOn: String? = null, val id: String, val metadata: Any? = null, val name: String, val policyAssignmentId: String, val policyDefinitionReferenceIds: List<String>? = null, val systemData: SystemDataResponse, val type: String)
The policy exemption.
Properties
Link copied to clipboard
The description of the policy exemption.
Link copied to clipboard
The display name of the policy exemption.
Link copied to clipboard
The policy exemption category. Possible values are Waiver and Mitigated.
Link copied to clipboard
The ID of the policy assignment that is being exempted.
Link copied to clipboard
The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.