Salesforce · JSON Structure

Salesforce Successful Get External Credentialsby Developer Name Structure

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

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

Properties

authenticationProtocol authenticationProtocolVariant authenticationStatus customHeaders developerName id masterLabel parameters principals relatedNamedCredentials url

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SuccessfulGetExternalCredentialsbyDeveloperName",
  "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"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}