Skip to main content

Variable: GatewayRequestAzureEntraAuthConfigSchema

const GatewayRequestAzureEntraAuthConfigSchema: z.ZodType<{
azure_auth_mode: "entra";
azure_entra_tenant_id: string;
azure_entra_client_id: string;
azure_entra_client_secret: string;
azure_vault_url: string;
}>;

Defined in: src/models/ai-gateway-extensions.ts:1570

SCM AzureEntraAuthConfig; stable request fields are strict; extension maps accept finite JSON.