import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDlpCustomProfile(args: GetZeroTrustDlpCustomProfileArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDlpCustomProfile. */ export interface GetZeroTrustDlpCustomProfileArgs { accountId: string; profileId: string; } /** * A collection of values returned by getZeroTrustDlpCustomProfile. */ export interface GetZeroTrustDlpCustomProfileResult { readonly accountId: string; readonly aiContextEnabled: boolean; readonly allowedMatchCount: number; readonly confidenceThreshold: string; /** * @deprecated Deprecated */ readonly contextAwareness: outputs.GetZeroTrustDlpCustomProfileContextAwareness; readonly createdAt: string; readonly description: string; /** * @deprecated Deprecated */ readonly entries: outputs.GetZeroTrustDlpCustomProfileEntry[]; readonly id: string; readonly name: string; readonly ocrEnabled: boolean; readonly openAccess: boolean; readonly profileId: string; readonly sharedEntries: outputs.GetZeroTrustDlpCustomProfileSharedEntry[]; readonly type: string; readonly updatedAt: string; } export declare function getZeroTrustDlpCustomProfileOutput(args: GetZeroTrustDlpCustomProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDlpCustomProfile. */ export interface GetZeroTrustDlpCustomProfileOutputArgs { accountId: pulumi.Input; profileId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDlpCustomProfile.d.ts.map