Skip to main content

Variable: DlpRuleSchema

const DlpRuleSchema: ZodObject<{
action: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
action: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
action: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/mgmt-security-profile.ts:153

Zod schema for a DLP rule (rule1/rule2) in a DLP data profile.