Controls

Create compliance control

Create a custom compliance control and connect it to framework requirements, policies, tasks, and evidence expectations.

post/v1/controls

Request body

namestring required

Control name

descriptionstring required

Control description

policyIdsstring[]

Policy IDs to connect

taskIdsstring[]

Task IDs to connect

documentTypesstring[]

Evidence form types to require on this control

Example request

{
  "name": "Access Control",
  "description": "Manages user access to systems"
}

Changes

Changed in 2 of the 51 revisions of this API.4

    • added the new optional request property documentTypes

      new-optional-request-property

    • added the new optional request property requirementMappings/items/customRequirementId

      new-optional-request-property

    • the request property requirementMappings/items/requirementId became optional

      request-property-became-optional

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog