1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDLPDictionaries
Zscaler Internet Access v0.0.6 published on Wednesday, Apr 10, 2024 by Zscaler

zia.getDLPDictionaries

Explore with Pulumi AI

zia logo
Zscaler Internet Access v0.0.6 published on Wednesday, Apr 10, 2024 by Zscaler

    Use the zia_dlp_dictionaries data source to get information about a DLP dictionary option available in the Zscaler Internet Access.

    import * as pulumi from "@pulumi/pulumi";
    import * as zia from "@pulumi/zia";
    
    const example = zia.getDLPDictionaries({
        name: "SALESFORCE_REPORT_LEAKAGE",
    });
    
    import pulumi
    import pulumi_zia as zia
    
    example = zia.get_dlp_dictionaries(name="SALESFORCE_REPORT_LEAKAGE")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/zscaler/pulumi-zia/sdk/go/zia"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := zia.LookupDLPDictionaries(ctx, &zia.LookupDLPDictionariesArgs{
    			Name: pulumi.StringRef("SALESFORCE_REPORT_LEAKAGE"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Zia = Pulumi.Zia;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Zia.GetDLPDictionaries.Invoke(new()
        {
            Name = "SALESFORCE_REPORT_LEAKAGE",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.zia.ZiaFunctions;
    import com.pulumi.zia.inputs.GetDLPDictionariesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = ZiaFunctions.getDLPDictionaries(GetDLPDictionariesArgs.builder()
                .name("SALESFORCE_REPORT_LEAKAGE")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: zia:getDLPDictionaries
          Arguments:
            name: SALESFORCE_REPORT_LEAKAGE
    

    Using getDLPDictionaries

    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 getDLPDictionaries(args: GetDLPDictionariesArgs, opts?: InvokeOptions): Promise<GetDLPDictionariesResult>
    function getDLPDictionariesOutput(args: GetDLPDictionariesOutputArgs, opts?: InvokeOptions): Output<GetDLPDictionariesResult>
    def get_dlp_dictionaries(id: Optional[int] = None,
                             name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetDLPDictionariesResult
    def get_dlp_dictionaries_output(id: Optional[pulumi.Input[int]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetDLPDictionariesResult]
    func LookupDLPDictionaries(ctx *Context, args *LookupDLPDictionariesArgs, opts ...InvokeOption) (*LookupDLPDictionariesResult, error)
    func LookupDLPDictionariesOutput(ctx *Context, args *LookupDLPDictionariesOutputArgs, opts ...InvokeOption) LookupDLPDictionariesResultOutput

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

    public static class GetDLPDictionaries 
    {
        public static Task<GetDLPDictionariesResult> InvokeAsync(GetDLPDictionariesArgs args, InvokeOptions? opts = null)
        public static Output<GetDLPDictionariesResult> Invoke(GetDLPDictionariesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDLPDictionariesResult> getDLPDictionaries(GetDLPDictionariesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: zia:index/getDLPDictionaries:getDLPDictionaries
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id int
    Unique identifier for the DLP dictionary
    Name string
    DLP dictionary name
    Id int
    Unique identifier for the DLP dictionary
    Name string
    DLP dictionary name
    id Integer
    Unique identifier for the DLP dictionary
    name String
    DLP dictionary name
    id number
    Unique identifier for the DLP dictionary
    name string
    DLP dictionary name
    id int
    Unique identifier for the DLP dictionary
    name str
    DLP dictionary name
    id Number
    Unique identifier for the DLP dictionary
    name String
    DLP dictionary name

    getDLPDictionaries Result

    The following output properties are available:

    BinNumbers List<int>
    (Boolean) The list of Bank Identification Number (BIN) values that are included or excluded from the Credit Cards dictionary. BIN values can be specified only for Diners Club, Mastercard, RuPay, and Visa cards. Up to 512 BIN values can be configured in a dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    ConfidenceThreshold string
    (String) he DLP confidence threshold. [CONFIDENCE_LEVEL_LOW, CONFIDENCE_LEVEL_MEDIUM CONFIDENCE_LEVEL_HIGH ]
    Custom bool
    (Boolean) This value is set to true for custom DLP dictionaries.
    CustomPhraseMatchType string
    (String) The DLP custom phrase match type. [ MATCH_ALL_CUSTOM_PHRASE_PATTERN_DICTIONARY, MATCH_ANY_CUSTOM_PHRASE_PATTERN_DICTIONARY ]
    Description string
    DictTemplateId int
    (Number) ID of the predefined dictionary (original source dictionary) that is used for cloning. This field is applicable only to cloned dictionaries. Only a limited set of identification-based predefined dictionaries (e.g., Credit Cards, Social Security Numbers, National Identification Numbers, etc.) can be cloned. Up to 4 clones can be created from a predefined dictionary.
    DictionaryType string
    (String) The DLP dictionary type. The cloud service API only supports custom DLP dictionaries that are using the PATTERNS_AND_PHRASES type.
    ExactDataMatchDetails List<zscaler.PulumiPackage.Zia.Outputs.GetDLPDictionariesExactDataMatchDetail>
    Id int
    IdmProfileMatchAccuracies List<zscaler.PulumiPackage.Zia.Outputs.GetDLPDictionariesIdmProfileMatchAccuracy>
    IgnoreExactMatchIdmDict bool
    (Boolean) Indicates whether to exclude documents that are a 100% match to already-indexed documents from triggering an Indexed Document Match (IDM) Dictionary.
    IncludeBinNumbers bool
    (Boolean) A true value denotes that the specified Bank Identification Number (BIN) values are included in the Credit Cards dictionary. A false value denotes that the specified BIN values are excluded from the Credit Cards dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    Name string
    NameL10nTag bool
    (Boolean) Indicates whether the name is localized or not. This is always set to True for predefined DLP dictionaries.
    Patterns List<zscaler.PulumiPackage.Zia.Outputs.GetDLPDictionariesPattern>
    Phrases List<zscaler.PulumiPackage.Zia.Outputs.GetDLPDictionariesPhrase>
    PredefinedClone bool
    (Boolean) This field is set to true if the dictionary is cloned from a predefined dictionary. Otherwise, it is set to false.
    Proximity int
    ProximityLengthEnabled bool
    ThresholdType string
    BinNumbers []int
    (Boolean) The list of Bank Identification Number (BIN) values that are included or excluded from the Credit Cards dictionary. BIN values can be specified only for Diners Club, Mastercard, RuPay, and Visa cards. Up to 512 BIN values can be configured in a dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    ConfidenceThreshold string
    (String) he DLP confidence threshold. [CONFIDENCE_LEVEL_LOW, CONFIDENCE_LEVEL_MEDIUM CONFIDENCE_LEVEL_HIGH ]
    Custom bool
    (Boolean) This value is set to true for custom DLP dictionaries.
    CustomPhraseMatchType string
    (String) The DLP custom phrase match type. [ MATCH_ALL_CUSTOM_PHRASE_PATTERN_DICTIONARY, MATCH_ANY_CUSTOM_PHRASE_PATTERN_DICTIONARY ]
    Description string
    DictTemplateId int
    (Number) ID of the predefined dictionary (original source dictionary) that is used for cloning. This field is applicable only to cloned dictionaries. Only a limited set of identification-based predefined dictionaries (e.g., Credit Cards, Social Security Numbers, National Identification Numbers, etc.) can be cloned. Up to 4 clones can be created from a predefined dictionary.
    DictionaryType string
    (String) The DLP dictionary type. The cloud service API only supports custom DLP dictionaries that are using the PATTERNS_AND_PHRASES type.
    ExactDataMatchDetails []GetDLPDictionariesExactDataMatchDetail
    Id int
    IdmProfileMatchAccuracies []GetDLPDictionariesIdmProfileMatchAccuracy
    IgnoreExactMatchIdmDict bool
    (Boolean) Indicates whether to exclude documents that are a 100% match to already-indexed documents from triggering an Indexed Document Match (IDM) Dictionary.
    IncludeBinNumbers bool
    (Boolean) A true value denotes that the specified Bank Identification Number (BIN) values are included in the Credit Cards dictionary. A false value denotes that the specified BIN values are excluded from the Credit Cards dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    Name string
    NameL10nTag bool
    (Boolean) Indicates whether the name is localized or not. This is always set to True for predefined DLP dictionaries.
    Patterns []GetDLPDictionariesPattern
    Phrases []GetDLPDictionariesPhrase
    PredefinedClone bool
    (Boolean) This field is set to true if the dictionary is cloned from a predefined dictionary. Otherwise, it is set to false.
    Proximity int
    ProximityLengthEnabled bool
    ThresholdType string
    binNumbers List<Integer>
    (Boolean) The list of Bank Identification Number (BIN) values that are included or excluded from the Credit Cards dictionary. BIN values can be specified only for Diners Club, Mastercard, RuPay, and Visa cards. Up to 512 BIN values can be configured in a dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    confidenceThreshold String
    (String) he DLP confidence threshold. [CONFIDENCE_LEVEL_LOW, CONFIDENCE_LEVEL_MEDIUM CONFIDENCE_LEVEL_HIGH ]
    custom Boolean
    (Boolean) This value is set to true for custom DLP dictionaries.
    customPhraseMatchType String
    (String) The DLP custom phrase match type. [ MATCH_ALL_CUSTOM_PHRASE_PATTERN_DICTIONARY, MATCH_ANY_CUSTOM_PHRASE_PATTERN_DICTIONARY ]
    description String
    dictTemplateId Integer
    (Number) ID of the predefined dictionary (original source dictionary) that is used for cloning. This field is applicable only to cloned dictionaries. Only a limited set of identification-based predefined dictionaries (e.g., Credit Cards, Social Security Numbers, National Identification Numbers, etc.) can be cloned. Up to 4 clones can be created from a predefined dictionary.
    dictionaryType String
    (String) The DLP dictionary type. The cloud service API only supports custom DLP dictionaries that are using the PATTERNS_AND_PHRASES type.
    exactDataMatchDetails List<GetDLPDictionariesExactDataMatchDetail>
    id Integer
    idmProfileMatchAccuracies List<GetDLPDictionariesIdmProfileMatchAccuracy>
    ignoreExactMatchIdmDict Boolean
    (Boolean) Indicates whether to exclude documents that are a 100% match to already-indexed documents from triggering an Indexed Document Match (IDM) Dictionary.
    includeBinNumbers Boolean
    (Boolean) A true value denotes that the specified Bank Identification Number (BIN) values are included in the Credit Cards dictionary. A false value denotes that the specified BIN values are excluded from the Credit Cards dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    name String
    nameL10nTag Boolean
    (Boolean) Indicates whether the name is localized or not. This is always set to True for predefined DLP dictionaries.
    patterns List<GetDLPDictionariesPattern>
    phrases List<GetDLPDictionariesPhrase>
    predefinedClone Boolean
    (Boolean) This field is set to true if the dictionary is cloned from a predefined dictionary. Otherwise, it is set to false.
    proximity Integer
    proximityLengthEnabled Boolean
    thresholdType String
    binNumbers number[]
    (Boolean) The list of Bank Identification Number (BIN) values that are included or excluded from the Credit Cards dictionary. BIN values can be specified only for Diners Club, Mastercard, RuPay, and Visa cards. Up to 512 BIN values can be configured in a dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    confidenceThreshold string
    (String) he DLP confidence threshold. [CONFIDENCE_LEVEL_LOW, CONFIDENCE_LEVEL_MEDIUM CONFIDENCE_LEVEL_HIGH ]
    custom boolean
    (Boolean) This value is set to true for custom DLP dictionaries.
    customPhraseMatchType string
    (String) The DLP custom phrase match type. [ MATCH_ALL_CUSTOM_PHRASE_PATTERN_DICTIONARY, MATCH_ANY_CUSTOM_PHRASE_PATTERN_DICTIONARY ]
    description string
    dictTemplateId number
    (Number) ID of the predefined dictionary (original source dictionary) that is used for cloning. This field is applicable only to cloned dictionaries. Only a limited set of identification-based predefined dictionaries (e.g., Credit Cards, Social Security Numbers, National Identification Numbers, etc.) can be cloned. Up to 4 clones can be created from a predefined dictionary.
    dictionaryType string
    (String) The DLP dictionary type. The cloud service API only supports custom DLP dictionaries that are using the PATTERNS_AND_PHRASES type.
    exactDataMatchDetails GetDLPDictionariesExactDataMatchDetail[]
    id number
    idmProfileMatchAccuracies GetDLPDictionariesIdmProfileMatchAccuracy[]
    ignoreExactMatchIdmDict boolean
    (Boolean) Indicates whether to exclude documents that are a 100% match to already-indexed documents from triggering an Indexed Document Match (IDM) Dictionary.
    includeBinNumbers boolean
    (Boolean) A true value denotes that the specified Bank Identification Number (BIN) values are included in the Credit Cards dictionary. A false value denotes that the specified BIN values are excluded from the Credit Cards dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    name string
    nameL10nTag boolean
    (Boolean) Indicates whether the name is localized or not. This is always set to True for predefined DLP dictionaries.
    patterns GetDLPDictionariesPattern[]
    phrases GetDLPDictionariesPhrase[]
    predefinedClone boolean
    (Boolean) This field is set to true if the dictionary is cloned from a predefined dictionary. Otherwise, it is set to false.
    proximity number
    proximityLengthEnabled boolean
    thresholdType string
    bin_numbers Sequence[int]
    (Boolean) The list of Bank Identification Number (BIN) values that are included or excluded from the Credit Cards dictionary. BIN values can be specified only for Diners Club, Mastercard, RuPay, and Visa cards. Up to 512 BIN values can be configured in a dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    confidence_threshold str
    (String) he DLP confidence threshold. [CONFIDENCE_LEVEL_LOW, CONFIDENCE_LEVEL_MEDIUM CONFIDENCE_LEVEL_HIGH ]
    custom bool
    (Boolean) This value is set to true for custom DLP dictionaries.
    custom_phrase_match_type str
    (String) The DLP custom phrase match type. [ MATCH_ALL_CUSTOM_PHRASE_PATTERN_DICTIONARY, MATCH_ANY_CUSTOM_PHRASE_PATTERN_DICTIONARY ]
    description str
    dict_template_id int
    (Number) ID of the predefined dictionary (original source dictionary) that is used for cloning. This field is applicable only to cloned dictionaries. Only a limited set of identification-based predefined dictionaries (e.g., Credit Cards, Social Security Numbers, National Identification Numbers, etc.) can be cloned. Up to 4 clones can be created from a predefined dictionary.
    dictionary_type str
    (String) The DLP dictionary type. The cloud service API only supports custom DLP dictionaries that are using the PATTERNS_AND_PHRASES type.
    exact_data_match_details Sequence[GetDLPDictionariesExactDataMatchDetail]
    id int
    idm_profile_match_accuracies Sequence[GetDLPDictionariesIdmProfileMatchAccuracy]
    ignore_exact_match_idm_dict bool
    (Boolean) Indicates whether to exclude documents that are a 100% match to already-indexed documents from triggering an Indexed Document Match (IDM) Dictionary.
    include_bin_numbers bool
    (Boolean) A true value denotes that the specified Bank Identification Number (BIN) values are included in the Credit Cards dictionary. A false value denotes that the specified BIN values are excluded from the Credit Cards dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    name str
    name_l10n_tag bool
    (Boolean) Indicates whether the name is localized or not. This is always set to True for predefined DLP dictionaries.
    patterns Sequence[GetDLPDictionariesPattern]
    phrases Sequence[GetDLPDictionariesPhrase]
    predefined_clone bool
    (Boolean) This field is set to true if the dictionary is cloned from a predefined dictionary. Otherwise, it is set to false.
    proximity int
    proximity_length_enabled bool
    threshold_type str
    binNumbers List<Number>
    (Boolean) The list of Bank Identification Number (BIN) values that are included or excluded from the Credit Cards dictionary. BIN values can be specified only for Diners Club, Mastercard, RuPay, and Visa cards. Up to 512 BIN values can be configured in a dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    confidenceThreshold String
    (String) he DLP confidence threshold. [CONFIDENCE_LEVEL_LOW, CONFIDENCE_LEVEL_MEDIUM CONFIDENCE_LEVEL_HIGH ]
    custom Boolean
    (Boolean) This value is set to true for custom DLP dictionaries.
    customPhraseMatchType String
    (String) The DLP custom phrase match type. [ MATCH_ALL_CUSTOM_PHRASE_PATTERN_DICTIONARY, MATCH_ANY_CUSTOM_PHRASE_PATTERN_DICTIONARY ]
    description String
    dictTemplateId Number
    (Number) ID of the predefined dictionary (original source dictionary) that is used for cloning. This field is applicable only to cloned dictionaries. Only a limited set of identification-based predefined dictionaries (e.g., Credit Cards, Social Security Numbers, National Identification Numbers, etc.) can be cloned. Up to 4 clones can be created from a predefined dictionary.
    dictionaryType String
    (String) The DLP dictionary type. The cloud service API only supports custom DLP dictionaries that are using the PATTERNS_AND_PHRASES type.
    exactDataMatchDetails List<Property Map>
    id Number
    idmProfileMatchAccuracies List<Property Map>
    ignoreExactMatchIdmDict Boolean
    (Boolean) Indicates whether to exclude documents that are a 100% match to already-indexed documents from triggering an Indexed Document Match (IDM) Dictionary.
    includeBinNumbers Boolean
    (Boolean) A true value denotes that the specified Bank Identification Number (BIN) values are included in the Credit Cards dictionary. A false value denotes that the specified BIN values are excluded from the Credit Cards dictionary. Note: This field is applicable only to the predefined Credit Cards dictionary and its clones.
    name String
    nameL10nTag Boolean
    (Boolean) Indicates whether the name is localized or not. This is always set to True for predefined DLP dictionaries.
    patterns List<Property Map>
    phrases List<Property Map>
    predefinedClone Boolean
    (Boolean) This field is set to true if the dictionary is cloned from a predefined dictionary. Otherwise, it is set to false.
    proximity Number
    proximityLengthEnabled Boolean
    thresholdType String

    Supporting Types

    GetDLPDictionariesExactDataMatchDetail

    DictionaryEdmMappingId int
    The unique identifier for the EDM mapping
    PrimaryField int
    The EDM template's primary field.
    SchemaId int
    The unique identifier for the EDM template (or schema).
    SecondaryFieldMatchOn string
    The EDM secondary field to match on.
    SecondaryFields List<int>
    DictionaryEdmMappingId int
    The unique identifier for the EDM mapping
    PrimaryField int
    The EDM template's primary field.
    SchemaId int
    The unique identifier for the EDM template (or schema).
    SecondaryFieldMatchOn string
    The EDM secondary field to match on.
    SecondaryFields []int
    dictionaryEdmMappingId Integer
    The unique identifier for the EDM mapping
    primaryField Integer
    The EDM template's primary field.
    schemaId Integer
    The unique identifier for the EDM template (or schema).
    secondaryFieldMatchOn String
    The EDM secondary field to match on.
    secondaryFields List<Integer>
    dictionaryEdmMappingId number
    The unique identifier for the EDM mapping
    primaryField number
    The EDM template's primary field.
    schemaId number
    The unique identifier for the EDM template (or schema).
    secondaryFieldMatchOn string
    The EDM secondary field to match on.
    secondaryFields number[]
    dictionary_edm_mapping_id int
    The unique identifier for the EDM mapping
    primary_field int
    The EDM template's primary field.
    schema_id int
    The unique identifier for the EDM template (or schema).
    secondary_field_match_on str
    The EDM secondary field to match on.
    secondary_fields Sequence[int]
    dictionaryEdmMappingId Number
    The unique identifier for the EDM mapping
    primaryField Number
    The EDM template's primary field.
    schemaId Number
    The unique identifier for the EDM template (or schema).
    secondaryFieldMatchOn String
    The EDM secondary field to match on.
    secondaryFields List<Number>

    GetDLPDictionariesIdmProfileMatchAccuracy

    AdpIdmProfiles List<zscaler.PulumiPackage.Zia.Inputs.GetDLPDictionariesIdmProfileMatchAccuracyAdpIdmProfile>
    The action applied to a DLP dictionary using patterns
    MatchAccuracy string
    The IDM template match accuracy.
    AdpIdmProfiles []GetDLPDictionariesIdmProfileMatchAccuracyAdpIdmProfile
    The action applied to a DLP dictionary using patterns
    MatchAccuracy string
    The IDM template match accuracy.
    adpIdmProfiles List<GetDLPDictionariesIdmProfileMatchAccuracyAdpIdmProfile>
    The action applied to a DLP dictionary using patterns
    matchAccuracy String
    The IDM template match accuracy.
    adpIdmProfiles GetDLPDictionariesIdmProfileMatchAccuracyAdpIdmProfile[]
    The action applied to a DLP dictionary using patterns
    matchAccuracy string
    The IDM template match accuracy.
    adp_idm_profiles Sequence[GetDLPDictionariesIdmProfileMatchAccuracyAdpIdmProfile]
    The action applied to a DLP dictionary using patterns
    match_accuracy str
    The IDM template match accuracy.
    adpIdmProfiles List<Property Map>
    The action applied to a DLP dictionary using patterns
    matchAccuracy String
    The IDM template match accuracy.

    GetDLPDictionariesIdmProfileMatchAccuracyAdpIdmProfile

    Extensions Dictionary<string, string>
    Id int
    Unique identifier for the DLP dictionary
    Name string
    DLP dictionary name
    Extensions map[string]string
    Id int
    Unique identifier for the DLP dictionary
    Name string
    DLP dictionary name
    extensions Map<String,String>
    id Integer
    Unique identifier for the DLP dictionary
    name String
    DLP dictionary name
    extensions {[key: string]: string}
    id number
    Unique identifier for the DLP dictionary
    name string
    DLP dictionary name
    extensions Mapping[str, str]
    id int
    Unique identifier for the DLP dictionary
    name str
    DLP dictionary name
    extensions Map<String>
    id Number
    Unique identifier for the DLP dictionary
    name String
    DLP dictionary name

    GetDLPDictionariesPattern

    Action string
    (String) The action applied to a DLP dictionary using patterns
    Pattern string
    (String) DLP dictionary pattern
    Action string
    (String) The action applied to a DLP dictionary using patterns
    Pattern string
    (String) DLP dictionary pattern
    action String
    (String) The action applied to a DLP dictionary using patterns
    pattern String
    (String) DLP dictionary pattern
    action string
    (String) The action applied to a DLP dictionary using patterns
    pattern string
    (String) DLP dictionary pattern
    action str
    (String) The action applied to a DLP dictionary using patterns
    pattern str
    (String) DLP dictionary pattern
    action String
    (String) The action applied to a DLP dictionary using patterns
    pattern String
    (String) DLP dictionary pattern

    GetDLPDictionariesPhrase

    Action string
    (String) The action applied to a DLP dictionary using patterns
    Phrase string
    Action string
    (String) The action applied to a DLP dictionary using patterns
    Phrase string
    action String
    (String) The action applied to a DLP dictionary using patterns
    phrase String
    action string
    (String) The action applied to a DLP dictionary using patterns
    phrase string
    action str
    (String) The action applied to a DLP dictionary using patterns
    phrase str
    action String
    (String) The action applied to a DLP dictionary using patterns
    phrase String

    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 v0.0.6 published on Wednesday, Apr 10, 2024 by Zscaler