Auth0 · Schema

UpdateConnectionRequestContentBitbucket

Update a connection with strategy=bitbucket

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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