Auth0 · Schema

ConnectionPasswordOptions

Password policy options for flexible password policy configuration

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
complexity object
dictionary object
history object
profile_data object
View JSON Schema on GitHub

JSON Schema

auth0-connectionpasswordoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionPasswordOptions",
  "title": "ConnectionPasswordOptions",
  "type": "object",
  "description": "Password policy options for flexible password policy configuration",
  "additionalProperties": false,
  "x-release-lifecycle": "EA",
  "properties": {
    "complexity": {
      "$ref": "#/components/schemas/ConnectionPasswordOptionsComplexity"
    },
    "dictionary": {
      "$ref": "#/components/schemas/ConnectionPasswordOptionsDictionary"
    },
    "history": {
      "$ref": "#/components/schemas/ConnectionPasswordOptionsHistory"
    },
    "profile_data": {
      "$ref": "#/components/schemas/ConnectionPasswordOptionsProfileData"
    }
  }
}