Salesforce · JSON Structure

Salesforce Related Named Credential Structure

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

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

Properties

developerName id masterLabel url

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

JSON Structure

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