Skip to main content

Variable: SourceCodeDetectionSchema

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

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

Source-code detection settings observed in live Runtime profile policies.