import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; /** * The status of the policy/report. Only ACTIVE status will be picked for scans. */ export declare const DlpReportStatus: { readonly Active: "ACTIVE"; readonly Inactive: "INACTIVE"; readonly Cancelled: "CANCELLED"; readonly None: "NONE"; }; /** * The status of the policy/report. Only ACTIVE status will be picked for scans. */ export type DlpReportStatus = OpenEnum; /** @internal */ export declare const DlpReportStatus$inboundSchema: z.ZodType; /** @internal */ export declare const DlpReportStatus$outboundSchema: z.ZodType; //# sourceMappingURL=dlpreportstatus.d.ts.map