Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 8.43 KB

File metadata and controls

14 lines (11 loc) · 8.43 KB

CreateCustomControlInput

Fields

Field Type Required Description
externalId String ✔️ The external id of the control.
name Optional<String> ✔️ The name of the control.
description String ✔️ The description of the control.
effectiveDate OffsetDateTime ✔️ The effective date of the control.
category ControlDomain ✔️ N/A
sections List<FrameworkSection> Framework sections that the control should be mapped to.
role JsonNullable<Role> The GDPR role of the control, which specifies whether the data is being "collected" or "processed". See the GdprRole enum for possible values.
This field should only be included for controls that are to be mapped to the GDPR framework.