Salesforce · Schema

DeleteCredentialRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
externalCredential string
principalType string
principalName string
View JSON Schema on GitHub

JSON Schema

salesforce-delete-credential-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "externalCredential": {
      "type": "string",
      "example": "example_value"
    },
    "principalType": {
      "type": "string",
      "example": "example_value"
    },
    "principalName": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "externalCredential",
    "principalType",
    "principalName"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteCredentialRequest"
}