Okta.Sdk.Model.PasswordPolicyPasswordSettingsLockout

October 22, 2025 ยท View on GitHub

Lockout settings

Properties

NameTypeDescriptionNotes
AutoUnlockMinutesintSpecifies the time interval (in minutes) a locked account remains locked before it is automatically unlocked: `0` indicates no limit[optional] [default to 0]
MaxAttemptsintSpecifies the number of times Users can attempt to sign in to their accounts with an invalid password before their accounts are locked: `0` indicates no limit[optional] [default to 10]
ShowLockoutFailuresboolIndicates if the User should be informed when their account is locked[optional] [default to false]
UserLockoutNotificationChannelsList<string>How the user is notified when their account becomes locked. The only acceptable values are `[]` and `['EMAIL']`.[optional]

[Back to Model list] [Back to API list] [Back to README]