Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | The type of authentication to use when connecting to Salesforce Marketing Cloud. |
| UseLegacyAuthentication | A boolean determining if the connection should be made to Salesforce Marketing Cloud REST API using the legacy authentication. |
| User | Specifies the authenticating user's user ID. |
| Password | Specifies the authenticating user's password. |
| Subdomain | The subdomain of the Salesforce Marketing Cloud API. |
| UseAsyncBatch | Whether to use the synchronous or the asynchronous SOAP API to perform Batch insert. |
| WaitForBulkResults | Whether to wait for bulk results when using the asynchronous API. Only active when UseAsyncBatch is true. |