json.data.testConnections.database.salesforce.json Maven / Gradle / Ivy
{
"name": "Salesforce",
"displayName": "Salesforce Test Connection",
"description": "This Test Connection validates the access against the database and basic metadata extraction of schemas and tables.",
"steps": [
{
"name": "CheckAccess",
"description": "Validate that we can properly reach the database and authenticate with the given credentials.",
"errorMessage": "Failed to connect to salseforce, please validate the credentials",
"shortCircuit": true,
"mandatory": true
}
]
}