Predefined
Get predefined profile config
client.ZeroTrust.DLP.Profiles.Predefined.Get(ctx, profileID, query) (*PredefinedProfile, error)
GET/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config
Update predefined profile config
client.ZeroTrust.DLP.Profiles.Predefined.Update(ctx, profileID, params) (*PredefinedProfile, error)
PUT/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config
Delete predefined profile
client.ZeroTrust.DLP.Profiles.Predefined.Delete(ctx, profileID, body) (*DLPProfilePredefinedDeleteResponse, error)
DELETE/accounts/{account_id}/dlp/profiles/predefined/{profile_id}
ModelsExpand Collapse
type PredefinedProfile struct{…}
type PredefinedProfile struct{…}
EnabledEntries []string
Entries to enable for this predefined profile. Any entries not provided will be disabled.
DeprecatedEntries []PredefinedProfileEntryThis field has been deprecated for enabled_entries.
DeprecatedEntries []PredefinedProfileEntry
This field has been deprecated for enabled_entries.
One of the following:
type PredefinedProfileEntriesCustomEntry struct{…}
type PredefinedProfileEntriesCustomEntry struct{…}
Pattern Pattern
type PredefinedProfileEntriesPredefinedEntry struct{…}
type PredefinedProfileEntriesPredefinedEntry struct{…}
Variant PredefinedProfileEntriesPredefinedEntryVariantOptionalA Predefined AI prompt classification topic entry.
Variant PredefinedProfileEntriesPredefinedEntryVariantOptional
A Predefined AI prompt classification topic entry.
type PredefinedProfileEntriesExactDataEntry struct{…}
type PredefinedProfileEntriesExactDataEntry struct{…}