Variable: AgentProtectionItemSchema
const AgentProtectionItemSchema: 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:142
Zod schema for an agent-protection array item.