Auth0 · Schema

ConnectionOptionsSharepoint

Options for the 'sharepoint' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionssharepoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsSharepoint",
  "title": "ConnectionOptionsSharepoint",
  "description": "Options for the 'sharepoint' connection",
  "type": "object",
  "additionalProperties": true,
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsOAuth2Common"
    },
    {
      "type": "object",
      "properties": {}
    }
  ],
  "x-release-lifecycle": "deprecated"
}