Variable: GatewayRequestHashicorpAppRoleAuthConfigSchema
const GatewayRequestHashicorpAppRoleAuthConfigSchema: z.ZodType<{
vault_auth_type: "approle";
vault_addr: string;
vault_role_id: string;
vault_secret_id: string;
vault_namespace?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1633
SCM HashicorpAppRoleAuthConfig; stable request fields are strict; extension maps accept finite JSON.