Viewing docs for Cloudflare v6.19.0
published on Thursday, Aug 6, 2026 by Pulumi
published on Thursday, Aug 6, 2026 by Pulumi
Viewing docs for Cloudflare v6.19.0
published on Thursday, Aug 6, 2026 by Pulumi
published on Thursday, Aug 6, 2026 by Pulumi
Accepted Permissions
Zero Trust ReadZero Trust Write
Using getZeroTrustDlpCustomPromptTopics
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getZeroTrustDlpCustomPromptTopics(args: GetZeroTrustDlpCustomPromptTopicsArgs, opts?: InvokeOptions): Promise<GetZeroTrustDlpCustomPromptTopicsResult>
function getZeroTrustDlpCustomPromptTopicsOutput(args: GetZeroTrustDlpCustomPromptTopicsOutputArgs, opts?: InvokeOutputOptions): Output<GetZeroTrustDlpCustomPromptTopicsResult>def get_zero_trust_dlp_custom_prompt_topics(account_id: Optional[str] = None,
max_items: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustDlpCustomPromptTopicsResult
def get_zero_trust_dlp_custom_prompt_topics_output(account_id: pulumi.Input[Optional[str]] = None,
max_items: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetZeroTrustDlpCustomPromptTopicsResult]func LookupZeroTrustDlpCustomPromptTopics(ctx *Context, args *LookupZeroTrustDlpCustomPromptTopicsArgs, opts ...InvokeOption) (*LookupZeroTrustDlpCustomPromptTopicsResult, error)
func LookupZeroTrustDlpCustomPromptTopicsOutput(ctx *Context, args *LookupZeroTrustDlpCustomPromptTopicsOutputArgs, opts ...InvokeOption) LookupZeroTrustDlpCustomPromptTopicsResultOutput> Note: This function is named LookupZeroTrustDlpCustomPromptTopics in the Go SDK.
public static class GetZeroTrustDlpCustomPromptTopics
{
public static Task<GetZeroTrustDlpCustomPromptTopicsResult> InvokeAsync(GetZeroTrustDlpCustomPromptTopicsArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustDlpCustomPromptTopicsResult> Invoke(GetZeroTrustDlpCustomPromptTopicsInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustDlpCustomPromptTopicsResult> Invoke(GetZeroTrustDlpCustomPromptTopicsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetZeroTrustDlpCustomPromptTopicsResult> getZeroTrustDlpCustomPromptTopics(GetZeroTrustDlpCustomPromptTopicsArgs args, InvokeOptions options)
public static Output<GetZeroTrustDlpCustomPromptTopicsResult> getZeroTrustDlpCustomPromptTopics(GetZeroTrustDlpCustomPromptTopicsArgs args, InvokeOptions options)
public static Output<GetZeroTrustDlpCustomPromptTopicsResult> getZeroTrustDlpCustomPromptTopics(GetZeroTrustDlpCustomPromptTopicsArgs args, InvokeOutputOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustDlpCustomPromptTopics:getZeroTrustDlpCustomPromptTopics
arguments:
# arguments dictionarydata "cloudflare_get_zero_trust_dlp_custom_prompt_topics" "name" {
# arguments
}The following arguments are supported:
- account_
id string - max_
items number - Max items to fetch, default: 1000
- account_
id str - max_
items int - Max items to fetch, default: 1000
getZeroTrustDlpCustomPromptTopics Result
The following output properties are available:
- Account
Id string - Results
List<Get
Zero Trust Dlp Custom Prompt Topics Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Account
Id string - Results
[]Get
Zero Trust Dlp Custom Prompt Topics Result - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- account_
id string - results list(object)
- The items returned by the data source
- max_
items number - Max items to fetch, default: 1000
- account
Id String - results
List<Get
Zero Trust Dlp Custom Prompt Topics Result> - The items returned by the data source
- max
Items Integer - Max items to fetch, default: 1000
- account
Id string - results
Get
Zero Trust Dlp Custom Prompt Topics Result[] - The items returned by the data source
- max
Items number - Max items to fetch, default: 1000
- account_
id str - results
Sequence[Get
Zero Trust Dlp Custom Prompt Topics Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
- account
Id String - results List<Property Map>
- The items returned by the data source
- max
Items Number - Max items to fetch, default: 1000
Supporting Types
GetZeroTrustDlpCustomPromptTopicsResult
- created_
at string - description string
- enabled bool
- id string
- name string
- profile_
id string - topic string
- updated_
at string
- created_
at str - description str
- enabled bool
- id str
- name str
- profile_
id str - topic str
- updated_
at str
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.19.0
published on Thursday, Aug 6, 2026 by Pulumi
published on Thursday, Aug 6, 2026 by Pulumi