import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDlpPredefinedEntry(args: GetZeroTrustDlpPredefinedEntryArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDlpPredefinedEntry. */ export interface GetZeroTrustDlpPredefinedEntryArgs { accountId: string; entryId: string; } /** * A collection of values returned by getZeroTrustDlpPredefinedEntry. */ export interface GetZeroTrustDlpPredefinedEntryResult { readonly accountId: string; readonly caseSensitive: boolean; readonly confidence: outputs.GetZeroTrustDlpPredefinedEntryConfidence; readonly createdAt: string; readonly description: string; readonly enabled: boolean; readonly entryId: string; readonly id: string; readonly name: string; readonly pattern: outputs.GetZeroTrustDlpPredefinedEntryPattern; readonly profileId: string; readonly profiles: outputs.GetZeroTrustDlpPredefinedEntryProfile[]; readonly secret: boolean; readonly type: string; readonly updatedAt: string; readonly uploadStatus: string; readonly variant: outputs.GetZeroTrustDlpPredefinedEntryVariant; readonly wordList: string; } export declare function getZeroTrustDlpPredefinedEntryOutput(args: GetZeroTrustDlpPredefinedEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDlpPredefinedEntry. */ export interface GetZeroTrustDlpPredefinedEntryOutputArgs { accountId: pulumi.Input; entryId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDlpPredefinedEntry.d.ts.map