Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.55 KB

File metadata and controls

22 lines (18 loc) · 1.55 KB

DataSynchronisationConfiguration

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str ID of the Synchronization Configuration. [optional]
organization_id str Organization associated with Synchronization Configuration.
username str This is the username for the platform.
access_token str This is the token for the platform.
refresh_token str This is the refresh token for the platform.
instance_url str This is the instance url for client's salesforce instance.
platform str This is the platform of the job.
max_failed_retry int This is maximum of the retry attempts when a synch is failed. [optional]
synch_interval int This is interval between each sync. [optional]
deleted bool Is the sync job deleted. [default to False]

[Back to Model list] [Back to API list] [Back to README]