Variable: DashboardTopApplicationViolationsSchema
const DashboardTopApplicationViolationsSchema: ZodObject<{
id: ZodString;
name: ZodString;
policy_violations: ZodArray<ZodObject<{
detection_type: ZodString;
total: ZodNumber;
}, "passthrough", ZodTypeAny, objectOutputType<{
detection_type: ZodString;
total: ZodNumber;
}, ZodTypeAny, "passthrough">, objectInputType<{
detection_type: ZodString;
total: ZodNumber;
}, ZodTypeAny, "passthrough">>, "many">;
total_violations: ZodNumber;
}, "passthrough", ZodTypeAny, objectOutputType<{
id: ZodString;
name: ZodString;
policy_violations: ZodArray<ZodObject<{
detection_type: ZodString;
total: ZodNumber;
}, "passthrough", ZodTypeAny, objectOutputType<{
detection_type: ZodString;
total: ZodNumber;
}, ZodTypeAny, "passthrough">, objectInputType<{
detection_type: ZodString;
total: ZodNumber;
}, ZodTypeAny, "passthrough">>, "many">;
total_violations: ZodNumber;
}, ZodTypeAny, "passthrough">, objectInputType<{
id: ZodString;
name: ZodString;
policy_violations: ZodArray<ZodObject<{
detection_type: ZodString;
total: ZodNumber;
}, "passthrough", ZodTypeAny, objectOutputType<{
detection_type: ZodString;
total: ZodNumber;
}, ZodTypeAny, "passthrough">, objectInputType<{
detection_type: ZodString;
total: ZodNumber;
}, ZodTypeAny, "passthrough">>, "many">;
total_violations: ZodNumber;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/mgmt-dashboard.ts:196
One ranked application. Preserve server order and use (id, name) as the bucket identity.