1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDlpDictionaryPredefinedIdentifiers
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

zia.getDlpDictionaryPredefinedIdentifiers

Explore with Pulumi AI

zia logo
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

    Use the zia_dlp_dictionary_predefined_identifiers data source to get information about the list of predefined identifiers that are available for selection in the specified hierarchical DLP dictionary.

    Example Usage

    data "zia_dlp_dictionary_predefined_identifiers" "this" {
      name = "CRED_LEAKAGE"
    }
    

    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:index/getDlpDictionaryPredefinedIdentifiers:getDlpDictionaryPredefinedIdentifiers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the hierarchical DLP dictionary.
    Name string
    The name of the hierarchical DLP dictionary.
    name String
    The name of the hierarchical DLP dictionary.
    name string
    The name of the hierarchical DLP dictionary.
    name str
    The name of the hierarchical DLP dictionary.
    name String
    The name of the hierarchical DLP dictionary.

    getDlpDictionaryPredefinedIdentifiers Result

    The following output properties are available:

    Id string
    (String) The ID of the hierarchical DLP dictionary.
    Name string
    (String) The name of the hierarchical DLP dictionary: Supported values: ASPP_LEAKAGE, CRED_LEAKAGE, EUIBAN_LEAKAGE, PPEU_LEAKAGE, USDL_LEAKAGE.
    PredefinedIdentifiers List<string>
    (List) The list of hierarchical DLP dictionary values.
    Id string
    (String) The ID of the hierarchical DLP dictionary.
    Name string
    (String) The name of the hierarchical DLP dictionary: Supported values: ASPP_LEAKAGE, CRED_LEAKAGE, EUIBAN_LEAKAGE, PPEU_LEAKAGE, USDL_LEAKAGE.
    PredefinedIdentifiers []string
    (List) The list of hierarchical DLP dictionary values.
    id String
    (String) The ID of the hierarchical DLP dictionary.
    name String
    (String) The name of the hierarchical DLP dictionary: Supported values: ASPP_LEAKAGE, CRED_LEAKAGE, EUIBAN_LEAKAGE, PPEU_LEAKAGE, USDL_LEAKAGE.
    predefinedIdentifiers List<String>
    (List) The list of hierarchical DLP dictionary values.
    id string
    (String) The ID of the hierarchical DLP dictionary.
    name string
    (String) The name of the hierarchical DLP dictionary: Supported values: ASPP_LEAKAGE, CRED_LEAKAGE, EUIBAN_LEAKAGE, PPEU_LEAKAGE, USDL_LEAKAGE.
    predefinedIdentifiers string[]
    (List) The list of hierarchical DLP dictionary values.
    id str
    (String) The ID of the hierarchical DLP dictionary.
    name str
    (String) The name of the hierarchical DLP dictionary: Supported values: ASPP_LEAKAGE, CRED_LEAKAGE, EUIBAN_LEAKAGE, PPEU_LEAKAGE, USDL_LEAKAGE.
    predefined_identifiers Sequence[str]
    (List) The list of hierarchical DLP dictionary values.
    id String
    (String) The ID of the hierarchical DLP dictionary.
    name String
    (String) The name of the hierarchical DLP dictionary: Supported values: ASPP_LEAKAGE, CRED_LEAKAGE, EUIBAN_LEAKAGE, PPEU_LEAKAGE, USDL_LEAKAGE.
    predefinedIdentifiers List<String>
    (List) The list of hierarchical DLP dictionary values.

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    MIT
    Notes
    This Pulumi package is based on the zia Terraform Provider.
    zia logo
    Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler