Profiles
List all profiles
GET/accounts/{account_id}/dlp/profiles
Get DLP Profile
GET/accounts/{account_id}/dlp/profiles/{profile_id}
ModelsExpand Collapse
ContextAwareness { enabled, skip } Scan the context of predefined entries to only return matches surrounded by keywords.
ContextAwareness { enabled, skip }
Scan the context of predefined entries to only return matches surrounded by keywords.
Profile = { id, allowed_match_count, created_at, 13 more } or { id, allowed_match_count, entries, 7 more } or { id, created_at, entries, 5 more }
Profile = { id, allowed_match_count, created_at, 13 more } or { id, allowed_match_count, entries, 7 more } or { id, created_at, entries, 5 more }
One of the following:
CustomProfile { id, allowed_match_count, created_at, 13 more }
CustomProfile { id, allowed_match_count, created_at, 13 more }
allowed_match_count: number
Related DLP policies will trigger when the match count exceeds the number set.
formatint32
maximum1000
minimum0
Deprecatedentries: optional array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
Deprecatedentries: optional array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
One of the following:
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ExactDataEntry { id, case_sensitive, created_at, 5 more }
sensitivity_levels: optional array of { group_id, level_id } Sensitivity levels associated with this profile.
sensitivity_levels: optional array of { group_id, level_id }
Sensitivity levels associated with this profile.
shared_entries: optional array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
shared_entries: optional array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
One of the following:
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ExactDataEntry { id, case_sensitive, created_at, 5 more }
PredefinedProfile { id, allowed_match_count, entries, 7 more }
PredefinedProfile { id, allowed_match_count, entries, 7 more }
Deprecatedentries: array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
Deprecatedentries: array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
One of the following:
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ExactDataEntry { id, case_sensitive, created_at, 5 more }
IntegrationProfile { id, created_at, entries, 5 more }
IntegrationProfile { id, created_at, entries, 5 more }
Deprecatedentries: array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
Deprecatedentries: array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
One of the following:
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ExactDataEntry { id, case_sensitive, created_at, 5 more }
shared_entries: array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
shared_entries: array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
One of the following:
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ProfilesCustom
Get custom profile
GET/accounts/{account_id}/dlp/profiles/custom/{profile_id}
Create custom profile
POST/accounts/{account_id}/dlp/profiles/custom
Update custom profile
PUT/accounts/{account_id}/dlp/profiles/custom/{profile_id}
Delete custom profile
DELETE/accounts/{account_id}/dlp/profiles/custom/{profile_id}
ModelsExpand Collapse
CustomProfile { id, allowed_match_count, created_at, 12 more }
CustomProfile { id, allowed_match_count, created_at, 12 more }
allowed_match_count: number
Related DLP policies will trigger when the match count exceeds the number set.
formatint32
maximum1000
minimum0
Deprecatedentries: optional array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
Deprecatedentries: optional array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
One of the following:
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ExactDataEntry { id, case_sensitive, created_at, 5 more }
sensitivity_levels: optional array of { group_id, level_id } Sensitivity levels associated with this profile.
sensitivity_levels: optional array of { group_id, level_id }
Sensitivity levels associated with this profile.
shared_entries: optional array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
shared_entries: optional array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
One of the following:
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ProfilesPredefined
Get predefined profile config
GET/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config
Update predefined profile config
PUT/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config
Delete predefined profile
DELETE/accounts/{account_id}/dlp/profiles/predefined/{profile_id}
ModelsExpand Collapse
PredefinedProfile { id, allowed_match_count, confidence_threshold, 6 more }
PredefinedProfile { id, allowed_match_count, confidence_threshold, 6 more }
enabled_entries: array of string
Entries to enable for this predefined profile. Any entries not provided will be disabled.
Deprecatedentries: array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 moreThis field has been deprecated for enabled_entries.
Deprecatedentries: array of { id, created_at, enabled, 6 more } or { id, confidence, enabled, 4 more } or { id, created_at, enabled, 4 more } or 3 more
This field has been deprecated for enabled_entries.
One of the following:
ExactDataEntry { id, case_sensitive, created_at, 5 more }
ExactDataEntry { id, case_sensitive, created_at, 5 more }