Okta · Schema

PasswordPolicyPasswordSettingsLockout

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

Properties

Name Type Description
autoUnlockMinutes integer
maxAttempts integer
showLockoutFailures boolean
userLockoutNotificationChannels array
View JSON Schema on GitHub

JSON Schema

okta-passwordpolicypasswordsettingslockout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicyPasswordSettingsLockout",
  "title": "PasswordPolicyPasswordSettingsLockout",
  "type": "object",
  "properties": {
    "autoUnlockMinutes": {
      "type": "integer"
    },
    "maxAttempts": {
      "type": "integer"
    },
    "showLockoutFailures": {
      "type": "boolean"
    },
    "userLockoutNotificationChannels": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}