Get Policy Exemption Result
data class GetPolicyExemptionResult(val assignmentScopeValidation: String? = null, 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
fun GetPolicyExemptionResult(assignmentScopeValidation: String? = null, 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)