Auth0 · Schema

UpdateConnectionRequestContentAuth0

Update a connection with strategy=auth0

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-updateconnectionrequestcontentauth0-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateConnectionRequestContentAuth0",
  "title": "UpdateConnectionRequestContentAuth0",
  "description": "Update a connection with strategy=auth0",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionCommon"
    },
    {
      "type": "object",
      "properties": {
        "options": {
          "$ref": "#/components/schemas/ConnectionOptionsAuth0"
        },
        "realms": {
          "$ref": "#/components/schemas/ConnectionRealms"
        }
      }
    }
  ]
}