Skip to main content

Variable: DataFilteringRuleDTOSchema

const DataFilteringRuleDTOSchema: ZodObject<{
action: ZodOptional<ZodNullable<ZodString>>;
response_page: ZodOptional<ZodNullable<ZodString>>;
show_rsp_page: ZodOptional<ZodNullable<ZodString>>;
}, "passthrough", ZodTypeAny, objectOutputType<{
action: ZodOptional<ZodNullable<ZodString>>;
response_page: ZodOptional<ZodNullable<ZodString>>;
show_rsp_page: ZodOptional<ZodNullable<ZodString>>;
}, ZodTypeAny, "passthrough">, objectInputType<{
action: ZodOptional<ZodNullable<ZodString>>;
response_page: ZodOptional<ZodNullable<ZodString>>;
show_rsp_page: ZodOptional<ZodNullable<ZodString>>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/dlp-data-filtering-profile.ts:77

Secondary filtering rule (rule1 / rule2 slots on a profile).