import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDlpDataset(args: GetZeroTrustDlpDatasetArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDlpDataset. */ export interface GetZeroTrustDlpDatasetArgs { accountId: string; datasetId: string; } /** * A collection of values returned by getZeroTrustDlpDataset. */ export interface GetZeroTrustDlpDatasetResult { readonly accountId: string; readonly caseSensitive: boolean; readonly columns: outputs.GetZeroTrustDlpDatasetColumn[]; readonly createdAt: string; readonly datasetId: string; readonly description: string; readonly encodingVersion: number; readonly id: string; readonly name: string; readonly numCells: number; readonly secret: boolean; readonly status: string; readonly updatedAt: string; readonly uploads: outputs.GetZeroTrustDlpDatasetUpload[]; } export declare function getZeroTrustDlpDatasetOutput(args: GetZeroTrustDlpDatasetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDlpDataset. */ export interface GetZeroTrustDlpDatasetOutputArgs { accountId: pulumi.Input; datasetId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDlpDataset.d.ts.map