Salesforce · JSON Structure

Salesforce Successful List Named Credentials Structure

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

SuccessfulListNamedCredentials 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

namedCredentials

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SuccessfulListNamedCredentials",
  "properties": {
    "namedCredentials": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "calloutUrl": {
            "type": "string"
          },
          "developerName": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "masterLabel": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "url": {
            "type": "string"
          }
        },
        "required": [
          "calloutUrl",
          "developerName",
          "id",
          "masterLabel",
          "type",
          "url"
        ]
      }
    }
  },
  "required": [
    "namedCredentials"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}