Auth0 · Schema

SuspiciousIPThrottlingAllowlist

List of trusted IP addresses that will not have attack protection enforced against them.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-suspiciousipthrottlingallowlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuspiciousIPThrottlingAllowlist",
  "title": "SuspiciousIPThrottlingAllowlist",
  "type": "array",
  "description": "List of trusted IP addresses that will not have attack protection enforced against them.",
  "items": {
    "$ref": "#/components/schemas/SuspiciousIPThrottlingAllowlistItem"
  }
}