Auth0 · Schema

ClientAddonSalesforceSandboxAPI

Salesforce Sandbox addon configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
clientid string Consumer Key assigned by Salesforce to the Connected App.
principal string Name of the property in the user object that maps to a Salesforce username. e.g. `email`.
communityName string Community name.
community_url_section string Community url section.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonsalesforcesandboxapi-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonSalesforceSandboxAPI",
  "title": "ClientAddonSalesforceSandboxAPI",
  "type": "object",
  "description": "Salesforce Sandbox addon configuration.",
  "additionalProperties": true,
  "properties": {
    "clientid": {
      "type": "string",
      "description": "Consumer Key assigned by Salesforce to the Connected App."
    },
    "principal": {
      "type": "string",
      "description": "Name of the property in the user object that maps to a Salesforce username. e.g. `email`."
    },
    "communityName": {
      "type": "string",
      "description": "Community name."
    },
    "community_url_section": {
      "type": "string",
      "description": "Community url section."
    }
  }
}