Salesforce · Schema

successfulCreateCredential

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
authenticationProtocol string
authenticationStatus string
credentials object
externalCredential string
principalName string
principalType string
View JSON Schema on GitHub

JSON Schema

salesforce-successful-create-credential-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "authenticationProtocol": {
      "type": "string",
      "example": "example_value"
    },
    "authenticationStatus": {
      "type": "string",
      "example": "example_value"
    },
    "credentials": {
      "type": "object",
      "example": "example_value"
    },
    "externalCredential": {
      "type": "string",
      "example": "example_value"
    },
    "principalName": {
      "type": "string",
      "example": "example_value"
    },
    "principalType": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "authenticationProtocol",
    "authenticationStatus",
    "credentials",
    "externalCredential",
    "principalName",
    "principalType"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "successfulCreateCredential"
}