Auth0 · Schema

UpdateConnectionRequestContentOffice365

Update a connection with strategy=office365

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-updateconnectionrequestcontentoffice365-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateConnectionRequestContentOffice365",
  "title": "UpdateConnectionRequestContentOffice365",
  "description": "Update a connection with strategy=office365",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionCommon"
    },
    {
      "type": "object",
      "properties": {
        "options": {
          "$ref": "#/components/schemas/ConnectionOptionsOffice365"
        },
        "show_as_button": {
          "$ref": "#/components/schemas/ConnectionShowAsButton"
        }
      }
    }
  ]
}