Policy Exemption Args
constructor(assignmentScopeValidation: Output<Either<String, AssignmentScopeValidation>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, exemptionCategory: Output<Either<String, ExemptionCategory>>? = null, expiresOn: Output<String>? = null, metadata: Output<Any>? = null, policyAssignmentId: Output<String>? = null, policyDefinitionReferenceIds: Output<List<String>>? = null, policyExemptionName: Output<String>? = null, resourceSelectors: Output<List<ResourceSelectorArgs>>? = null, scope: Output<String>? = null)