import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDlpPredefinedProfile(args: GetZeroTrustDlpPredefinedProfileArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDlpPredefinedProfile. */ export interface GetZeroTrustDlpPredefinedProfileArgs { accountId: string; profileId: string; } /** * A collection of values returned by getZeroTrustDlpPredefinedProfile. */ export interface GetZeroTrustDlpPredefinedProfileResult { readonly accountId: string; readonly aiContextEnabled: boolean; readonly allowedMatchCount: number; readonly confidenceThreshold: string; readonly enabledEntries: string[]; /** * @deprecated Deprecated */ readonly entries: outputs.GetZeroTrustDlpPredefinedProfileEntry[]; readonly id: string; readonly name: string; readonly ocrEnabled: boolean; readonly openAccess: boolean; readonly profileId: string; } export declare function getZeroTrustDlpPredefinedProfileOutput(args: GetZeroTrustDlpPredefinedProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDlpPredefinedProfile. */ export interface GetZeroTrustDlpPredefinedProfileOutputArgs { accountId: pulumi.Input; profileId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDlpPredefinedProfile.d.ts.map