Auth0 · Schema

ConnectionExtAdmin

Indicates to store whether the user is a domain administrator.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionextadmin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionExtAdmin",
  "title": "ConnectionExtAdmin",
  "description": "Indicates to store whether the user is a domain administrator.",
  "type": "boolean",
  "default": false
}