Variable: GatewayRequestHashicorpTokenAuthConfigSchema
const GatewayRequestHashicorpTokenAuthConfigSchema: z.ZodType<{
vault_auth_type: "token";
vault_addr: string;
vault_token: string;
vault_namespace?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1615
SCM HashicorpTokenAuthConfig; stable request fields are strict; extension maps accept finite JSON.