Auth0 · Schema

BotDetectionAllowlist

List of IP addresses or CIDR blocks to allowlist

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-botdetectionallowlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BotDetectionAllowlist",
  "title": "BotDetectionAllowlist",
  "type": "array",
  "description": "List of IP addresses or CIDR blocks to allowlist",
  "items": {
    "$ref": "#/components/schemas/BotDetectionIPAddressOrCidrBlock"
  }
}