Skip to content
Start here

Custom Prompt Topics

data cloudflare_zero_trust_dlp_custom_prompt_topic

required Expand Collapse
account_id: String
entry_id: String
computed Expand Collapse
created_at: Time
description: String
Deprecatedenabled: Bool
id: String
name: String
Deprecatedprofile_id: String
topic: String
updated_at: Time

cloudflare_zero_trust_dlp_custom_prompt_topic

data "cloudflare_zero_trust_dlp_custom_prompt_topic" "example_zero_trust_dlp_custom_prompt_topic" {
  account_id = "account_id"
  entry_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"
}

data cloudflare_zero_trust_dlp_custom_prompt_topics

required Expand Collapse
account_id: String
optional Expand Collapse
max_items?: Int64

Max items to fetch, default: 1000

computed Expand Collapse
result: List[Attributes]

The items returned by the data source

id: String
created_at: Time
Deprecatedenabled: Bool
name: String
topic: String
updated_at: Time
description: String
Deprecatedprofile_id: String

cloudflare_zero_trust_dlp_custom_prompt_topics

data "cloudflare_zero_trust_dlp_custom_prompt_topics" "example_zero_trust_dlp_custom_prompt_topics" {
  account_id = "account_id"
}