OptionalApiOverride the Web API version segment. Default: v9.2.
OptionalAuthorityOverride the Entra ID token endpoint origin. Default: https://login.microsoftonline.com.
Application (client) registration GUID.
Application client secret.
The Dataverse environment URL, e.g. https://contoso.crm.dynamics.com.
Per-customer — NEVER hardcoded. The OAuth resource/audience scope is
<EnvironmentUrl>/.default and the Web API base is <EnvironmentUrl>/api/data/v9.2.
OptionalMaxRequested OData max page size (capped at 5000 by the service). Default: 5000.
OptionalMaxMaximum retries for rate-limited / transient failures. Default: 5.
OptionalMinMinimum milliseconds between API requests. Default: 0 (governed by the engine's adaptive bucket).
OptionalRequestHTTP request timeout in milliseconds. Default: 60000.
OptionalScopeOverride the OAuth scope. Default: <EnvironmentUrl>/.default.
Microsoft Entra ID tenant GUID (or common/organizations).
Connection configuration parsed from the CompanyIntegration's MJ Credential (preferred) or its Configuration JSON. Dynamics 365 / Dataverse is reached through the OData v4 Web API using a Microsoft Entra ID (Azure AD) client-credentials (server-to-server / app-only) token.
Field names are read case-insensitively so a credential authored as
tenantId/TenantID/tenant_idall resolve.