Salesforce · Schema

Security

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
bearerAuth array
oAuth2 array
openIDConnectDiscovery array
View JSON Schema on GitHub

JSON Schema

salesforce-security-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "bearerAuth": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "oAuth2": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "openIDConnectDiscovery": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Security"
}