1. Registry
  2. Packages
  3. Cloudflare Provider
  4. API Docs
  5. getZeroTrustDlpCustomPromptTopics
Viewing docs for Cloudflare v6.19.0
published on Thursday, Aug 6, 2026 by Pulumi
cloudflare logo cloudflare logo
Viewing docs for Cloudflare v6.19.0
published on Thursday, Aug 6, 2026 by Pulumi

    Accepted Permissions

    • Zero Trust Read
    • Zero 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 dictionary
    data "cloudflare_get_zero_trust_dlp_custom_prompt_topics" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountId string
    MaxItems int
    Max items to fetch, default: 1000
    AccountId string
    MaxItems int
    Max items to fetch, default: 1000
    account_id string
    max_items number
    Max items to fetch, default: 1000
    accountId String
    maxItems Integer
    Max items to fetch, default: 1000
    accountId string
    maxItems number
    Max items to fetch, default: 1000
    account_id str
    max_items int
    Max items to fetch, default: 1000
    accountId String
    maxItems Number
    Max items to fetch, default: 1000

    getZeroTrustDlpCustomPromptTopics Result

    The following output properties are available:

    AccountId string
    Results List<GetZeroTrustDlpCustomPromptTopicsResult>
    The items returned by the data source
    MaxItems int
    Max items to fetch, default: 1000
    AccountId string
    Results []GetZeroTrustDlpCustomPromptTopicsResult
    The items returned by the data source
    MaxItems 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
    accountId String
    results List<GetZeroTrustDlpCustomPromptTopicsResult>
    The items returned by the data source
    maxItems Integer
    Max items to fetch, default: 1000
    accountId string
    results GetZeroTrustDlpCustomPromptTopicsResult[]
    The items returned by the data source
    maxItems number
    Max items to fetch, default: 1000
    account_id str
    results Sequence[GetZeroTrustDlpCustomPromptTopicsResult]
    The items returned by the data source
    max_items int
    Max items to fetch, default: 1000
    accountId String
    results List<Property Map>
    The items returned by the data source
    maxItems Number
    Max items to fetch, default: 1000

    Supporting Types

    GetZeroTrustDlpCustomPromptTopicsResult

    CreatedAt string
    Description string
    Enabled bool

    Deprecated: This attribute is deprecated.

    Id string
    Name string
    ProfileId string

    Deprecated: This attribute is deprecated.

    Topic string
    UpdatedAt string
    CreatedAt string
    Description string
    Enabled bool

    Deprecated: This attribute is deprecated.

    Id string
    Name string
    ProfileId string

    Deprecated: This attribute is deprecated.

    Topic string
    UpdatedAt string
    created_at string
    description string
    enabled bool

    Deprecated: This attribute is deprecated.

    id string
    name string
    profile_id string

    Deprecated: This attribute is deprecated.

    topic string
    updated_at string
    createdAt String
    description String
    enabled Boolean

    Deprecated: This attribute is deprecated.

    id String
    name String
    profileId String

    Deprecated: This attribute is deprecated.

    topic String
    updatedAt String
    createdAt string
    description string
    enabled boolean

    Deprecated: This attribute is deprecated.

    id string
    name string
    profileId string

    Deprecated: This attribute is deprecated.

    topic string
    updatedAt string
    created_at str
    description str
    enabled bool

    Deprecated: This attribute is deprecated.

    id str
    name str
    profile_id str

    Deprecated: This attribute is deprecated.

    topic str
    updated_at str
    createdAt String
    description String
    enabled Boolean

    Deprecated: This attribute is deprecated.

    id String
    name String
    profileId String

    Deprecated: This attribute is deprecated.

    topic String
    updatedAt String

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo cloudflare logo
    Viewing docs for Cloudflare v6.19.0
    published on Thursday, Aug 6, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial