Auth0 · Schema

OrganizationConnectionInformation

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
name string The name of the enabled connection.
strategy string The strategy of the enabled connection.
View JSON Schema on GitHub

JSON Schema

auth0-organizationconnectioninformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrganizationConnectionInformation",
  "title": "OrganizationConnectionInformation",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the enabled connection."
    },
    "strategy": {
      "type": "string",
      "description": "The strategy of the enabled connection."
    }
  }
}