Microsoft Dataverse

The Microsoft Dataverse connector is a Palantir-provided driver for Microsoft Dataverse.

To create a new Microsoft Dataverse source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Microsoft Dataverse-specific configuration and networking. For the complete property reference, see the official Microsoft Dataverse driver documentation ↗.

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
AuthSchemeMandatorySpecifies the type of authentication to use when connecting to Microsoft Dataverse. If this property is left blank, the default authentication is used.AzureAD
OrganizationURLMandatoryThe URL to your Dynamics 365 organization, sometimes referred to as the resource. To find the correct URL for your Microsoft Dataverse instance, search the Web Services page.
SchemaMandatorySpecifies the schema to use when listing metadata from Microsoft Dataverse.Entities
AzureTenantRecommendedIdentifies the Microsoft Dataverse tenant being used to access data, either by name (for example, contoso.onmicrosoft.com) or ID. (Conditional).
InitiateOAuthRecommendedSpecifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working.GETANDREFRESH
OAuthClientIdRecommendedSpecifies the client Id that was assigned when the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
OAuthClientSecretRecommendedSpecifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret). This secret registers the custom application with the OAuth authorization server.
OAuthGrantTypeRecommendedSpecifies the grant type for the chosen OAuth flow. This value should be the same as the grant_type that was set during OAuth custom application creation.CLIENT