Variable: GatewayCatalogAzureOpenAIConfigurationSchema
const GatewayCatalogAzureOpenAIConfigurationSchema: z.ZodType<{
[key: string]: unknown;
azure_auth_mode: string;
azure_resource_name: string;
azure_deployment_config: GatewayAzureDeploymentConfig[];
azure_entra_tenant_id?: string;
azure_entra_client_id?: string;
azure_entra_client_secret?: string;
azure_managed_client_id?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2540
SCM AzureOpenAIConfiguration; unknown response fields are preserved.