Salesforce · Example Payload

Salesforce External Credential Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

authenticationProtocolauthenticationProtocolVariantauthenticationStatuscustomHeadersdeveloperNameidmasterLabelparametersprincipalsrelatedNamedCredentialsurl

Example Payload

Raw ↑
{
  "authenticationProtocol": "example_value",
  "authenticationProtocolVariant": "example_value",
  "authenticationStatus": "example_value",
  "customHeaders": [],
  "developerName": "example_value",
  "id": "abc123",
  "masterLabel": "example_value",
  "parameters": [],
  "principals": [],
  "relatedNamedCredentials": [],
  "url": "https://www.example.com"
}