Auth0 · Schema

SuspiciousIPThrottlingAllowlistItem

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-suspiciousipthrottlingallowlistitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuspiciousIPThrottlingAllowlistItem",
  "title": "SuspiciousIPThrottlingAllowlistItem",
  "type": "string",
  "anyOf": [
    {
      "type": "string",
      "format": "ipv4"
    },
    {
      "type": "string",
      "format": "cidr"
    },
    {
      "type": "string",
      "format": "ipv6"
    },
    {
      "type": "string",
      "format": "ipv6_cidr"
    }
  ]
}