Auth0 · Schema

ConnectionPasswordPolicyEnum

Password strength level

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionpasswordpolicyenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionPasswordPolicyEnum",
  "title": "ConnectionPasswordPolicyEnum",
  "type": [
    "string",
    "null"
  ],
  "description": "Password strength level",
  "enum": [
    "none",
    "low",
    "fair",
    "good",
    "excellent",
    null
  ]
}