Salesforce · JSON Structure

Salesforce Security Structure

Type: object Properties: 3
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Security is a JSON Structure definition published by Salesforce, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

bearerAuth oAuth2 openIDConnectDiscovery

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Security",
  "properties": {
    "bearerAuth": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "oAuth2": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "openIDConnectDiscovery": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}