Salesforce · Example Payload

Salesforce Update Credential Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Update Credential Request Example is an example object payload from Salesforce, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

externalCredentialauthenticationProtocolprincipalNameprincipalTypecredentials

Example Payload

Raw ↑
{
  "externalCredential": "example_value",
  "authenticationProtocol": "example_value",
  "principalName": "example_value",
  "principalType": "example_value",
  "credentials": {
    "testCredential": {
      "value": "example_value",
      "encrypted": true
    }
  }
}