Salesforce · Example Payload

Salesforce Successful Create Credential Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

authenticationProtocolauthenticationStatuscredentialsexternalCredentialprincipalNameprincipalType

Example Payload

Raw ↑
{
  "authenticationProtocol": "example_value",
  "authenticationStatus": "example_value",
  "credentials": "example_value",
  "externalCredential": "example_value",
  "principalName": "example_value",
  "principalType": "example_value"
}