Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.06 KB

File metadata and controls

13 lines (9 loc) · 1.06 KB

Okta.Sdk.Model.PasswordPolicyPasswordSettingsBreachedProtection

Breached Protection settings

Properties

Name Type Description Notes
DelegatedWorkflowId string The `id` of the workflow that runs when a breached password is found during a sign-in attempt. [optional]
ExpireAfterDays int? 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]
LogoutEnabled bool? (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]