Salesforce · JSON Structure

Salesforce Successful List External Credentials Structure

Type: object Properties: 1 Required: 1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

SuccessfulListExternalCredentials is a JSON Structure definition published by Salesforce, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

externalCredentials

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SuccessfulListExternalCredentials",
  "properties": {
    "externalCredentials": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "authenticationProtocol": {
            "type": "string"
          },
          "authenticationProtocolVariant": {
            "type": "string"
          },
          "authenticationStatus": {
            "type": "string"
          },
          "customHeaders": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "developerName": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "masterLabel": {
            "type": "string"
          },
          "parameters": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "principals": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "relatedNamedCredentials": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "developerName": {
                  "type": "string"
                },
                "id": {
                  "type": "string"
                },
                "masterLabel": {
                  "type": "string"
                },
                "url": {
                  "type": "string"
                }
              },
              "required": [
                "developerName",
                "id",
                "masterLabel",
                "url"
              ]
            }
          },
          "url": {
            "type": "string"
          }
        },
        "required": [
          "authenticationProtocol",
          "authenticationProtocolVariant",
          "authenticationStatus",
          "customHeaders",
          "developerName",
          "id",
          "masterLabel",
          "parameters",
          "principals",
          "relatedNamedCredentials",
          "url"
        ]
      }
    }
  },
  "required": [
    "externalCredentials"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}