DLP
DLPDatasets
Fetch all datasets
Fetch a specific dataset
Create a new dataset
Update details about a dataset
Delete a dataset
ModelsExpand Collapse
List[Dataset]
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
DLPDatasetsVersionsEntries
Upload a new version of a multi-column dataset
DLPPatterns
Validate a DLP regex pattern
DLPPayload Logs
Get payload log settings
Set payload log settings
ModelsExpand Collapse
class PayloadLogGetResponse: …
class PayloadLogUpdateResponse: …
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
class DLPSettings: …DLP account-level settings response.
DLP account-level settings response.
payload_logging: PayloadLogging
DLPEmail
DLPEmailAccount Mapping
Get mapping
Create mapping
ModelsExpand Collapse
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
class CustomProfile: …
Related DLP policies will trigger when the match count exceeds the number set.
Scan the context of predefined entries to only return matches surrounded by keywords.
Deprecatedentries: Optional[List[CustomProfileEntry]]
class CustomProfileEntryPredefinedEntry: …
class CustomProfileEntryExactDataEntry: …
sensitivity_levels: Optional[List[CustomProfileSensitivityLevel]]Sensitivity levels associated with this profile.
Sensitivity levels associated with this profile.
shared_entries: Optional[List[CustomProfileSharedEntry]]
class CustomProfileSharedEntryPredefinedEntry: …
class CustomProfileSharedEntryExactDataEntry: …
class PredefinedProfile: …
Deprecatedentries: List[PredefinedProfileEntry]
class PredefinedProfileEntryPredefinedEntry: …
class PredefinedProfileEntryExactDataEntry: …
class IntegrationProfile: …
Deprecatedentries: List[IntegrationProfileEntry]
class IntegrationProfileEntryPredefinedEntry: …
class IntegrationProfileEntryExactDataEntry: …
shared_entries: List[IntegrationProfileSharedEntry]
class IntegrationProfileSharedEntryPredefinedEntry: …
class IntegrationProfileSharedEntryExactDataEntry: …
DLPProfilesCustom
Get custom profile
Create custom profile
Update custom profile
Delete custom profile
ModelsExpand Collapse
class CustomProfile: …
Related DLP policies will trigger when the match count exceeds the number set.
Scan the context of predefined entries to only return matches surrounded by keywords.
Deprecatedentries: Optional[List[Entry]]
class EntryPredefinedEntry: …
class EntryExactDataEntry: …
sensitivity_levels: Optional[List[SensitivityLevel]]Sensitivity levels associated with this profile.
Sensitivity levels associated with this profile.
shared_entries: Optional[List[SharedEntry]]
class SharedEntryPredefinedEntry: …
class SharedEntryExactDataEntry: …
DLPProfilesPredefined
Get predefined profile config
Update predefined profile config
Delete predefined profile
ModelsExpand Collapse
class PredefinedProfile: …
Entries to enable for this predefined profile. Any entries not provided will be disabled.
Deprecatedentries: List[Entry]This field has been deprecated for enabled_entries.
This field has been deprecated for enabled_entries.
class EntryPredefinedEntry: …
class EntryExactDataEntry: …
DLPLimits
Fetch limits associated with DLP for account
ModelsExpand Collapse
class LimitListResponse: …
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.