Auth0 · Schema

ClientAddonEgnyte

Egnyte SSO configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
domain string Your custom domain found in your Egnyte URL. e.g. `https://acme-org.egnyte.com` would be `acme-org`.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonegnyte-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonEgnyte",
  "title": "ClientAddonEgnyte",
  "type": "object",
  "description": "Egnyte SSO configuration.",
  "additionalProperties": true,
  "properties": {
    "domain": {
      "type": "string",
      "description": "Your custom domain found in your Egnyte URL. e.g. `https://acme-org.egnyte.com` would be `acme-org`."
    }
  }
}