Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 8.12 KB

File metadata and controls

16 lines (12 loc) · 8.12 KB

DestinationSalesforce

⚠️ DEPRECATED: Typed connector configuration models are deprecated and will be removed in v1.1.0. Pass configuration as a plain dict with a required 'destinationType' key instead..

Fields

Field Type Required Description
auth_type models.DestinationSalesforceAuthType ✔️ N/A
client_id str ✔️ Enter your Salesforce developer application's Client ID.
client_secret str ✔️ Enter your Salesforce developer application's Client secret.
destination_type models.DestinationSalesforceSalesforce ✔️ N/A
is_sandbox Optional[bool] Toggle if you're using a Salesforce Sandbox.
object_storage_config Optional[models.DestinationSalesforceObjectStorageSpec] N/A
refresh_token str ✔️ Enter your application's Salesforce Refresh Token used for Airbyte to access your Salesforce account.