Auth0 · Schema

ClientAddonZoom

Zoom SSO configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
account string Zoom account name usually first segment of your Zoom URL, e.g. `https://acme-org.zoom.us` would be `acme-org`.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonzoom-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonZoom",
  "title": "ClientAddonZoom",
  "type": "object",
  "description": "Zoom SSO configuration.",
  "additionalProperties": true,
  "properties": {
    "account": {
      "type": "string",
      "description": "Zoom account name usually first segment of your Zoom URL, e.g. `https://acme-org.zoom.us` would be `acme-org`."
    }
  }
}