Okta · Schema

PasswordPolicyRecoveryQuestionComplexity

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
minLength integer
View JSON Schema on GitHub

JSON Schema

okta-passwordpolicyrecoveryquestioncomplexity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicyRecoveryQuestionComplexity",
  "title": "PasswordPolicyRecoveryQuestionComplexity",
  "type": "object",
  "properties": {
    "minLength": {
      "type": "integer",
      "readOnly": true
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}