Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
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 dictionaryThe 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:
- Predefined
Identifiers List<string> - The list of predefined identifiers for the dictionary.
- Resource
Id string - The ID of the predefined DLP dictionary.
- Predefined
Identifiers []string - The list of predefined identifiers for the dictionary.
- Resource
Id string - The ID of the predefined DLP dictionary.
- predefined
Identifiers List<String> - The list of predefined identifiers for the dictionary.
- resource
Id String - The ID of the predefined DLP dictionary.
- predefined
Identifiers string[] - The list of predefined identifiers for the dictionary.
- resource
Id 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.
- predefined
Identifiers List<String> - The list of predefined identifiers for the dictionary.
- resource
Id String - The ID of the predefined DLP dictionary.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
