Custom
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 object { id, allowed_match_count, created_at, 12 more }
CustomProfile object { 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 object { id, created_at, enabled, 6 more } or object { id, created_at, enabled, 4 more } or object { id, confidence, enabled, 4 more } or 4 more
Deprecatedentries: optional array of object { id, created_at, enabled, 6 more } or object { id, created_at, enabled, 4 more } or object { id, confidence, enabled, 4 more } or 4 more
One of the following:
PredefinedEntry object { id, confidence, enabled, 4 more }
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 6 more }
ExactDataEntry object { id, case_sensitive, created_at, 6 more }
sensitivity_levels: optional array of object { group_id, level_id } Sensitivity levels associated with this profile.
sensitivity_levels: optional array of object { group_id, level_id }
Sensitivity levels associated with this profile.
shared_entries: optional array of object { id, created_at, enabled, 6 more } or object { id, created_at, enabled, 4 more } or object { id, confidence, enabled, 4 more } or 4 more
shared_entries: optional array of object { id, created_at, enabled, 6 more } or object { id, created_at, enabled, 4 more } or object { id, confidence, enabled, 4 more } or 4 more
One of the following:
PredefinedEntry object { id, confidence, enabled, 4 more }
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 6 more }
ExactDataEntry object { id, case_sensitive, created_at, 6 more }