Auth0 · Schema

UpdateBotDetectionSettingsResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
bot_detection_level object
challenge_password_policy object
challenge_passwordless_policy object
challenge_password_reset_policy object
allowlist object
monitoring_mode_enabled object
View JSON Schema on GitHub

JSON Schema

auth0-updatebotdetectionsettingsresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateBotDetectionSettingsResponseContent",
  "title": "UpdateBotDetectionSettingsResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "bot_detection_level": {
      "$ref": "#/components/schemas/BotDetectionLevelEnum"
    },
    "challenge_password_policy": {
      "$ref": "#/components/schemas/BotDetectionChallengePolicyPasswordFlowEnum"
    },
    "challenge_passwordless_policy": {
      "$ref": "#/components/schemas/BotDetectionChallengePolicyPasswordlessFlowEnum"
    },
    "challenge_password_reset_policy": {
      "$ref": "#/components/schemas/BotDetectionChallengePolicyPasswordResetFlowEnum"
    },
    "allowlist": {
      "$ref": "#/components/schemas/BotDetectionAllowlist"
    },
    "monitoring_mode_enabled": {
      "$ref": "#/components/schemas/BotDetectionMonitoringModeEnabled"
    }
  }
}