Skip to main content

Variable: DatabaseSecurityItemSchema

const DatabaseSecurityItemSchema: 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:29

Zod schema for a database-security rule item.