Salesforce · Schema

SuccessfulListExternalCredentials

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
externalCredentials array
View JSON Schema on GitHub

JSON Schema

salesforce-successful-list-external-credentials-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "externalCredentials": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "authenticationProtocol": {
            "type": "string",
            "example": "example_value"
          },
          "authenticationProtocolVariant": {
            "type": "string",
            "example": "example_value"
          },
          "authenticationStatus": {
            "type": "string",
            "example": "example_value"
          },
          "customHeaders": {
            "type": "array",
            "description": "",
            "example": [],
            "items": {
              "type": "string"
            }
          },
          "developerName": {
            "type": "string",
            "example": "example_value"
          },
          "id": {
            "type": "string",
            "example": "abc123"
          },
          "masterLabel": {
            "type": "string",
            "example": "example_value"
          },
          "parameters": {
            "type": "array",
            "description": "",
            "example": [],
            "items": {
              "type": "string"
            }
          },
          "principals": {
            "type": "array",
            "description": "",
            "example": [],
            "items": {
              "type": "string"
            }
          },
          "relatedNamedCredentials": {
            "type": "array",
            "description": "",
            "example": [],
            "items": {
              "type": "object",
              "properties": {
                "developerName": {
                  "type": "string",
                  "example": "example_value"
                },
                "id": {
                  "type": "string",
                  "example": "abc123"
                },
                "masterLabel": {
                  "type": "string",
                  "example": "example_value"
                },
                "url": {
                  "type": "string",
                  "example": "https://www.example.com"
                }
              },
              "required": [
                "developerName",
                "id",
                "masterLabel",
                "url"
              ]
            }
          },
          "url": {
            "type": "string",
            "example": "https://www.example.com"
          }
        },
        "required": [
          "authenticationProtocol",
          "authenticationProtocolVariant",
          "authenticationStatus",
          "customHeaders",
          "developerName",
          "id",
          "masterLabel",
          "parameters",
          "principals",
          "relatedNamedCredentials",
          "url"
        ]
      }
    }
  },
  "required": [
    "externalCredentials"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SuccessfulListExternalCredentials"
}