Auth0 · Schema

ConnectionPurposes

Purposes for a connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
authentication object
connected_accounts object
View JSON Schema on GitHub

JSON Schema

auth0-connectionpurposes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionPurposes",
  "title": "ConnectionPurposes",
  "description": "Purposes for a connection",
  "type": "object",
  "properties": {
    "authentication": {
      "$ref": "#/components/schemas/ConnectionAuthenticationPurpose"
    },
    "connected_accounts": {
      "$ref": "#/components/schemas/ConnectionConnectedAccountsPurpose"
    }
  }
}