import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDlpEntry(args: GetZeroTrustDlpEntryArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDlpEntry. */ export interface GetZeroTrustDlpEntryArgs { accountId: string; entryId: string; } /** * A collection of values returned by getZeroTrustDlpEntry. */ export interface GetZeroTrustDlpEntryResult { readonly accountId: string; readonly caseSensitive: boolean; readonly confidence: outputs.GetZeroTrustDlpEntryConfidence; readonly createdAt: string; readonly description: string; readonly enabled: boolean; readonly entryId: string; readonly id: string; readonly name: string; readonly pattern: outputs.GetZeroTrustDlpEntryPattern; readonly profileId: string; readonly profiles: outputs.GetZeroTrustDlpEntryProfile[]; readonly secret: boolean; readonly type: string; readonly updatedAt: string; readonly uploadStatus: string; readonly variant: outputs.GetZeroTrustDlpEntryVariant; readonly wordList: string; } export declare function getZeroTrustDlpEntryOutput(args: GetZeroTrustDlpEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDlpEntry. */ export interface GetZeroTrustDlpEntryOutputArgs { accountId: pulumi.Input; entryId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDlpEntry.d.ts.map