Okta.Sdk.Model.PasswordPolicyPasswordSettingsBreachedProtection

October 22, 2025 ยท View on GitHub

Breached Protection settings

Properties

NameTypeDescriptionNotes
DelegatedWorkflowIdstringThe `id` of the workflow that runs when a breached password is found during a sign-in attempt.[optional]
ExpireAfterDaysint?Specifies the number of days after a breached password is found during a sign-in attempt that the user's password should expire. Valid values: 0 through 10. If set to 0, it happens immediately.[optional]
LogoutEnabledbool?(Optional, default is false) If true, you must also specify a value for `expireAfterDays`. When enabled, the user's session(s) are terminated immediately the first time the user's credentials are detected as part of a breach.[optional] [default to false]

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