Variable: DataProfileStatusSchema
const DataProfileStatusSchema: ZodEnum<["active", "disabled", "deleted"]>;
Defined in: src/models/dlp-data-profile.ts:59
Lifecycle status of a data profile.
const DataProfileStatusSchema: ZodEnum<["active", "disabled", "deleted"]>;
Defined in: src/models/dlp-data-profile.ts:59
Lifecycle status of a data profile.