Auth0 · Schema

SuspiciousIPThrottlingStage

Holds per-stage configuration options (max_attempts and rate).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
pre-login object
pre-user-registration object
View JSON Schema on GitHub

JSON Schema

auth0-suspiciousipthrottlingstage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuspiciousIPThrottlingStage",
  "title": "SuspiciousIPThrottlingStage",
  "type": "object",
  "description": "Holds per-stage configuration options (max_attempts and rate).",
  "additionalProperties": false,
  "properties": {
    "pre-login": {
      "$ref": "#/components/schemas/SuspiciousIPThrottlingPreLoginStage"
    },
    "pre-user-registration": {
      "$ref": "#/components/schemas/SuspiciousIPThrottlingPreUserRegistrationStage"
    }
  }
}