Salesforce · JSON Structure

Salesforce Named Credential Structure

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

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

Properties

calloutUrl developerName id masterLabel type url

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

JSON Structure

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