Auth0 · Schema

ConnectionEnabledClient

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
client_id string The client id
View JSON Schema on GitHub

JSON Schema

auth0-connectionenabledclient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionEnabledClient",
  "title": "ConnectionEnabledClient",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "client_id"
  ],
  "properties": {
    "client_id": {
      "type": "string",
      "description": "The client id"
    }
  }
}