Auth0 · Schema

BreachedPasswordDetectionMethodEnum

The subscription level for breached password detection methods. Use "enhanced" to enable Credential Guard. Possible values: standard, enhanced.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-breachedpassworddetectionmethodenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BreachedPasswordDetectionMethodEnum",
  "title": "BreachedPasswordDetectionMethodEnum",
  "type": "string",
  "description": "The subscription level for breached password detection methods. Use \"enhanced\" to enable Credential Guard.\n        Possible values: <code>standard</code>, <code>enhanced</code>.",
  "default": "standard",
  "enum": [
    "standard",
    "enhanced"
  ]
}