1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDlpDictionaryPredefinedIdentifiers
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
zia logo
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler

    Use this data source to look up predefined DLP dictionary identifiers by dictionary name.

    Using getDlpDictionaryPredefinedIdentifiers

    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 getDlpDictionaryPredefinedIdentifiers(args: GetDlpDictionaryPredefinedIdentifiersArgs, opts?: InvokeOptions): Promise<GetDlpDictionaryPredefinedIdentifiersResult>
    function getDlpDictionaryPredefinedIdentifiersOutput(args: GetDlpDictionaryPredefinedIdentifiersOutputArgs, opts?: InvokeOptions): Output<GetDlpDictionaryPredefinedIdentifiersResult>
    def get_dlp_dictionary_predefined_identifiers(name: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetDlpDictionaryPredefinedIdentifiersResult
    def get_dlp_dictionary_predefined_identifiers_output(name: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetDlpDictionaryPredefinedIdentifiersResult]
    func GetDlpDictionaryPredefinedIdentifiers(ctx *Context, args *GetDlpDictionaryPredefinedIdentifiersArgs, opts ...InvokeOption) (*GetDlpDictionaryPredefinedIdentifiersResult, error)
    func GetDlpDictionaryPredefinedIdentifiersOutput(ctx *Context, args *GetDlpDictionaryPredefinedIdentifiersOutputArgs, opts ...InvokeOption) GetDlpDictionaryPredefinedIdentifiersResultOutput

    > Note: This function is named GetDlpDictionaryPredefinedIdentifiers in the Go SDK.

    public static class GetDlpDictionaryPredefinedIdentifiers 
    {
        public static Task<GetDlpDictionaryPredefinedIdentifiersResult> InvokeAsync(GetDlpDictionaryPredefinedIdentifiersArgs args, InvokeOptions? opts = null)
        public static Output<GetDlpDictionaryPredefinedIdentifiersResult> Invoke(GetDlpDictionaryPredefinedIdentifiersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDlpDictionaryPredefinedIdentifiersResult> getDlpDictionaryPredefinedIdentifiers(GetDlpDictionaryPredefinedIdentifiersArgs args, InvokeOptions options)
    public static Output<GetDlpDictionaryPredefinedIdentifiersResult> getDlpDictionaryPredefinedIdentifiers(GetDlpDictionaryPredefinedIdentifiersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:getDlpDictionaryPredefinedIdentifiers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the predefined DLP dictionary to look up.
    Name string
    The name of the predefined DLP dictionary to look up.
    name String
    The name of the predefined DLP dictionary to look up.
    name string
    The name of the predefined DLP dictionary to look up.
    name str
    The name of the predefined DLP dictionary to look up.
    name String
    The name of the predefined DLP dictionary to look up.

    getDlpDictionaryPredefinedIdentifiers Result

    The following output properties are available:

    PredefinedIdentifiers List<string>
    The list of predefined identifiers for the dictionary.
    ResourceId string
    The ID of the predefined DLP dictionary.
    PredefinedIdentifiers []string
    The list of predefined identifiers for the dictionary.
    ResourceId string
    The ID of the predefined DLP dictionary.
    predefinedIdentifiers List<String>
    The list of predefined identifiers for the dictionary.
    resourceId String
    The ID of the predefined DLP dictionary.
    predefinedIdentifiers string[]
    The list of predefined identifiers for the dictionary.
    resourceId string
    The ID of the predefined DLP dictionary.
    predefined_identifiers Sequence[str]
    The list of predefined identifiers for the dictionary.
    resource_id str
    The ID of the predefined DLP dictionary.
    predefinedIdentifiers List<String>
    The list of predefined identifiers for the dictionary.
    resourceId String
    The ID of the predefined DLP dictionary.

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    zia logo
    Viewing docs for pulumi-resource-zia v1.3.8
    published on Friday, Mar 13, 2026 by Zscaler
      Try Pulumi Cloud free. Your team will thank you.