POST /accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config

This is similar to update_predefined but only returns entries that are enabled. This is needed for our terraform API Creates a DLP predefined profile. Only supports enabling/disabling entries.

Servers

Path parameters

Name Type Required Description
profile_id String Yes
account_id String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
allowed_match_count Integer No

Default value: 0

confidence_threshold String No

Default value: "low"

enabled_entries[] Array No
ai_context_enabled Boolean No

Default value: false

entries[] Array No
entries[].id String Yes
entries[].enabled Boolean Yes
ocr_enabled Boolean No

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.