Auth0 · Schema

ConnectionEnabledClients

DEPRECATED property. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionenabledclients-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionEnabledClients",
  "title": "ConnectionEnabledClients",
  "type": "array",
  "description": "DEPRECATED property. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.",
  "x-release-lifecycle": "deprecated",
  "items": {
    "type": "string",
    "description": "The id of the client to for which the connection is to be enabled. ",
    "format": "client-id"
  }
}