Get Policy Exemption Result
data class GetPolicyExemptionResult(val assignmentScopeValidation: String? = null, val azureApiVersion: String, 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 resourceSelectors: List<ResourceSelectorResponse>? = null, val systemData: SystemDataResponse, val type: String)
The policy exemption.
Constructors
Link copied to clipboard
constructor(assignmentScopeValidation: String? = null, azureApiVersion: String, description: String? = null, displayName: String? = null, exemptionCategory: String, expiresOn: String? = null, id: String, metadata: Any? = null, name: String, policyAssignmentId: String, policyDefinitionReferenceIds: List<String>? = null, resourceSelectors: List<ResourceSelectorResponse>? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The option whether validate the exemption is at or under the assignment scope.
Link copied to clipboard
The Azure API version of the resource.
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
The resource selector list to filter policies by resource properties.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.