Salesforce · Schema

ExternalCredential1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
developerName string
id string
masterLabel string
url string
View JSON Schema on GitHub

JSON Schema

salesforce-external-credential1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "developerName": {
      "type": "string",
      "example": "example_value"
    },
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "masterLabel": {
      "type": "string",
      "example": "example_value"
    },
    "url": {
      "type": "string",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "developerName",
    "id",
    "masterLabel",
    "url"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExternalCredential1"
}