Salesforce · Schema

UpdatenamedcredentialRequest1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
FullName string
Metadata object
View JSON Schema on GitHub

JSON Schema

salesforce-updatenamedcredential-request1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "FullName": {
      "type": "string",
      "example": "example_value"
    },
    "Metadata": {
      "type": "object",
      "properties": {
        "label": {
          "type": "string",
          "example": "Example Title"
        },
        "endpoint": {
          "type": "string",
          "example": "example_value"
        },
        "principalType": {
          "type": "string",
          "example": "example_value"
        },
        "protocol": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "label",
        "endpoint",
        "principalType",
        "protocol"
      ]
    }
  },
  "required": [
    "FullName",
    "Metadata"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdatenamedcredentialRequest1"
}