################################################################################################################### Criteria exemptions ###################################################################################################################
Property Name | Type | Description |
---|---|---|
componentId | InputMaybe<String> | Optional component ID, if null, the exemption will be applied to all components. |
criterionId | String | The target criterion ID to set the exemption for. |
description | String | Some context or description of why we added an exemption for auditing purposes. |
endDate | Any | The date time this exemption is valid until. |
startDate | InputMaybe<Any> | The date this exemption will start at. Defaults to current date time. |
type | InputMaybe<CriterionExemptionType> | The type of exemption, default to EXEMPTION for a specific componentId and GLOBAL for all components |
Rate this page: