Skip to main content

Variable: DashboardPolicyViolationSchema

const DashboardPolicyViolationSchema: ZodObject<{
detection_type: ZodString;
total: ZodNumber;
}, "passthrough", ZodTypeAny, objectOutputType<{
detection_type: ZodString;
total: ZodNumber;
}, ZodTypeAny, "passthrough">, objectInputType<{
detection_type: ZodString;
total: ZodNumber;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/mgmt-dashboard.ts:186

One detector's policy-violation count, not a count of distinct violating sessions.