Variable: GatewayRequestAzureManagedAuthConfigSchema
const GatewayRequestAzureManagedAuthConfigSchema: z.ZodType<{
azure_auth_mode: "managed";
azure_managed_client_id?: string;
azure_vault_url: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1590
SCM AzureManagedAuthConfig; stable request fields are strict; extension maps accept finite JSON.