Auth0 · Schema

PasswordCharacterTypeEnum

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-passwordcharactertypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordCharacterTypeEnum",
  "title": "PasswordCharacterTypeEnum",
  "type": "string",
  "enum": [
    "uppercase",
    "lowercase",
    "number",
    "special"
  ]
}