Auth0 · Schema

ClientAddonSharePointExternalURL

External SharePoint application URLs if exposed to the Internet.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonsharepointexternalurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonSharePointExternalURL",
  "title": "ClientAddonSharePointExternalURL",
  "description": "External SharePoint application URLs if exposed to the Internet.",
  "oneOf": [
    {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    {
      "type": "string"
    }
  ]
}