Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Connection property
| Description
|
---|---|
Runtime Environment
| Name of the runtime environment where you want to run the ingestion tasks.
You must specify a Secure Agent as the runtime environment.
You cannot run
application ingestion tasks on a Hosted Agent or serverless runtime environment.
|
User Name
| User name of the Salesforce account.
|
Password
| Password for the Salesforce account.
|
Security Token
| Security token associated with the Salesforce account.
If you do not have the security token, reset the security token in Salesforce. For more information about resetting the security token, see the
Salesforce documentation.
|
Consumer Key
| Consumer key that Salesforce generates when you enable OAuth 2.0 authentication for the connected app.
|
Consumer Secret
| Consumer secret that Salesforce generates when you enable OAuth 2.0 authentication for the connected app.
|
Base URI
| URL of the Salesforce organization.
You must enter the base URI in the following format:
https://<salesforce_org>.salesforce.com
|
OAuth token URL
| OAuth 2.0 token endpoint of the Salesforce organization. The connected app sends the access token requests to this endpoint.
Default value is:
https://login.salesforce.com/services/oauth2/token
|
Connection property
| Description
|
---|---|
Runtime Environment
| Name of the runtime environment where you want to run the ingestion tasks.
You must specify a Secure Agent as the runtime environment.
You cannot run
application ingestion tasks on a Hosted Agent or serverless runtime environment.
|
User Name
| User name of the Salesforce account.
|
Consumer Key
| Consumer key that Salesforce generates when you enable OAuth 2.0 authentication for the connected app.
|
Keystore Path
| Absolute path to the keystore file that contains the X509 certificate required to validate a JSON Web Token (JWT) and establish a secure connection with Salesforce.
The keystore file must be in the Java KeyStore (JKS) format.
|
Keystore Password
| Password for the keystore file.
|
Private Key Alias
| Alias name of the private key used to sign the JWT.
|
Private Key Password
| Password for the private key.
|
Base URI
| URL of the Salesforce organization.
You must enter the base URI in the following format:
https://<salesforce_org>.salesforce.com
|
OAuth token URL
| OAuth 2.0 token endpoint of the Salesforce organization. The connected app sends the access token requests to this endpoint.
Default value is:
https://login.salesforce.com/services/oauth2/token
|