Salesforce · Example Payload

Salesforce Create Credential Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Create 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

authenticationProtocolcredentialsexternalCredentialprincipalNameprincipalType

Example Payload

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