DLP
DLPDatasets
Fetch all datasets
Fetch a specific dataset
Create a new dataset
Update details about a dataset
Delete a dataset
ModelsExpand Collapse
Dataset object { id, columns, created_at, 9 more }
Stores when the dataset was last updated.
This includes name or description changes as well as uploads.
Stores when the dataset was last updated.
This includes name or description changes as well as uploads.
DLPDatasetsUpload
Prepare to upload a new version of a dataset
Upload a new version of a dataset
DLPDatasetsVersions
Sets the column information for a multi-column upload
ModelsExpand Collapse
DLPDatasetsVersionsEntries
Upload a new version of a multi-column dataset
ModelsExpand Collapse
DLPPatterns
Validate a DLP regex pattern
DLPPayload Logs
Get payload log settings
Set payload log settings
ModelsExpand Collapse
PayloadLogGetResponse object { updated_at, masking_level, public_key }
PayloadLogUpdateResponse object { updated_at, masking_level, public_key }
DLPSettings
Get DLP account-level settings.
Update DLP account-level settings (full replacement).
Partially update DLP account-level settings.
Delete (reset) DLP account-level settings to initial values.
ModelsExpand Collapse
DLPSettings object { ai_context_analysis, ocr, payload_logging } DLP account-level settings response.
DLP account-level settings response.
payload_logging: object { updated_at, masking_level, public_key }
DLPEmail
DLPEmailAccount Mapping
Get mapping
Create mapping
DLPEmailRules
List all email scanner rules
Get an email scanner rule
Create email scanner rule
Update email scanner rule
Delete email scanner rule
Update email scanner rule priorities
ModelsExpand Collapse
DLPProfiles
List all profiles
Get DLP Profile
ModelsExpand Collapse
ContextAwareness object { enabled, skip } Scan the context of predefined entries to only return matches surrounded by keywords.
Scan the context of predefined entries to only return matches surrounded by keywords.
Profile = object { id, allowed_match_count, created_at, 13 more } or object { id, allowed_match_count, entries, 7 more } or object { id, created_at, entries, 5 more }
CustomProfile object { id, allowed_match_count, created_at, 13 more }
Related DLP policies will trigger when the match count exceeds the number set.
Deprecatedentries: optional array of object { id, created_at, enabled, 6 more } or object { id, confidence, enabled, 4 more } or object { id, created_at, enabled, 4 more } or 3 more
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 5 more }
sensitivity_levels: optional array of object { group_id, level_id } Sensitivity levels associated with this profile.
Sensitivity levels associated with this profile.
shared_entries: optional array of object { id, created_at, enabled, 6 more } or object { id, confidence, enabled, 4 more } or object { id, created_at, enabled, 4 more } or 3 more
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 5 more }
PredefinedProfile object { id, allowed_match_count, entries, 7 more }
Deprecatedentries: array of object { id, created_at, enabled, 6 more } or object { id, confidence, enabled, 4 more } or object { id, created_at, enabled, 4 more } or 3 more
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 5 more }
IntegrationProfile object { id, created_at, entries, 5 more }
Deprecatedentries: array of object { id, created_at, enabled, 6 more } or object { id, confidence, enabled, 4 more } or object { id, created_at, enabled, 4 more } or 3 more
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 5 more }
shared_entries: array of object { id, created_at, enabled, 6 more } or object { id, confidence, enabled, 4 more } or object { id, created_at, enabled, 4 more } or 3 more
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 5 more }
DLPProfilesCustom
Get custom profile
Create custom profile
Update custom profile
Delete custom profile
ModelsExpand Collapse
CustomProfile object { id, allowed_match_count, created_at, 12 more }
Related DLP policies will trigger when the match count exceeds the number set.
Deprecatedentries: optional array of object { id, created_at, enabled, 6 more } or object { id, confidence, enabled, 4 more } or object { id, created_at, enabled, 4 more } or 3 more
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 5 more }
sensitivity_levels: optional array of object { group_id, level_id } Sensitivity levels associated with this profile.
Sensitivity levels associated with this profile.
shared_entries: optional array of object { id, created_at, enabled, 6 more } or object { id, confidence, enabled, 4 more } or object { id, created_at, enabled, 4 more } or 3 more
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 5 more }
DLPProfilesPredefined
Get predefined profile config
Update predefined profile config
Delete predefined profile
ModelsExpand Collapse
PredefinedProfile object { id, allowed_match_count, confidence_threshold, 6 more }
Entries to enable for this predefined profile. Any entries not provided will be disabled.
Deprecatedentries: array of object { id, created_at, enabled, 6 more } or object { id, confidence, enabled, 4 more } or object { id, created_at, enabled, 4 more } or 3 moreThis field has been deprecated for enabled_entries.
This field has been deprecated for enabled_entries.
PredefinedEntry object { id, confidence, enabled, 4 more }
ExactDataEntry object { id, case_sensitive, created_at, 5 more }
DLPLimits
Fetch limits associated with DLP for account
ModelsExpand Collapse
LimitListResponse object { max_custom_regex_entries, max_dataset_cells, max_document_fingerprints, 3 more }
Maximum number of custom regex entries allowed for the account.
Maximum number of dataset cells allowed for the account, across all EDM and CWL datasets.
Maximum number of document fingerprints allowed for the account.
Number of custom regex entries currently configured for the account.