import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDlpCustomEntry(args: GetZeroTrustDlpCustomEntryArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDlpCustomEntry. */ export interface GetZeroTrustDlpCustomEntryArgs { accountId: string; entryId: string; } /** * A collection of values returned by getZeroTrustDlpCustomEntry. */ export interface GetZeroTrustDlpCustomEntryResult { readonly accountId: string; readonly caseSensitive: boolean; readonly confidence: outputs.GetZeroTrustDlpCustomEntryConfidence; readonly createdAt: string; readonly description: string; readonly enabled: boolean; readonly entryId: string; readonly id: string; readonly name: string; readonly pattern: outputs.GetZeroTrustDlpCustomEntryPattern; readonly profileId: string; readonly profiles: outputs.GetZeroTrustDlpCustomEntryProfile[]; readonly secret: boolean; readonly type: string; readonly updatedAt: string; readonly uploadStatus: string; readonly variant: outputs.GetZeroTrustDlpCustomEntryVariant; readonly wordList: string; } export declare function getZeroTrustDlpCustomEntryOutput(args: GetZeroTrustDlpCustomEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDlpCustomEntry. */ export interface GetZeroTrustDlpCustomEntryOutputArgs { accountId: pulumi.Input; entryId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDlpCustomEntry.d.ts.map