Auth0 · Schema

ClientAddonZendesk

Zendesk SSO configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
accountName string Zendesk account name usually first segment in your Zendesk URL. e.g. `https://acme-org.zendesk.com` would be `acme-org`.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonzendesk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonZendesk",
  "title": "ClientAddonZendesk",
  "type": "object",
  "description": "Zendesk SSO configuration.",
  "additionalProperties": true,
  "properties": {
    "accountName": {
      "type": "string",
      "description": "Zendesk account name usually first segment in your Zendesk URL. e.g. `https://acme-org.zendesk.com` would be `acme-org`."
    }
  }
}