Skip to main content

Variable: MaliciousCodeProtectionSchema

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

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

Zod schema for malicious code protection settings.