Auth0 · Schema

BreachedPasswordDetectionPreUserRegistrationShieldsEnum

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-breachedpassworddetectionpreuserregistrationshieldsenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BreachedPasswordDetectionPreUserRegistrationShieldsEnum",
  "title": "BreachedPasswordDetectionPreUserRegistrationShieldsEnum",
  "type": "string",
  "enum": [
    "block",
    "admin_notification"
  ]
}