Skip to content
Start here

Custom Prompt Topics

List custom prompt topics
zero_trust.dlp.custom_prompt_topics.list(CustomPromptTopicListParams**kwargs) -> SyncSinglePage[CustomPromptTopic]
GET/accounts/{account_id}/dlp/custom_prompt_topics
Get custom prompt topic
zero_trust.dlp.custom_prompt_topics.get(strentry_id, CustomPromptTopicGetParams**kwargs) -> CustomPromptTopic
GET/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}
Create custom prompt topic
zero_trust.dlp.custom_prompt_topics.create(CustomPromptTopicCreateParams**kwargs) -> CustomPromptTopic
POST/accounts/{account_id}/dlp/custom_prompt_topics
Update custom prompt topic
zero_trust.dlp.custom_prompt_topics.update(strentry_id, CustomPromptTopicUpdateParams**kwargs) -> CustomPromptTopic
PUT/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}
Delete custom prompt topic
zero_trust.dlp.custom_prompt_topics.delete(strentry_id, CustomPromptTopicDeleteParams**kwargs) -> object
DELETE/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}
ModelsExpand Collapse
class CustomPromptTopic:
id: str
formatuuid
created_at: datetime
formatdate-time
Deprecatedenabled: bool
name: str
topic: str
maxLength50
updated_at: datetime
formatdate-time
description: Optional[str]
Deprecatedprofile_id: Optional[str]
formatuuid