The creation timestamp of this policy.
Indicates whether this is the default password policy for the environment.
A human-readable description of the policy.
Whether commonly used passwords are excluded.
Whether profile data is excluded from allowed password values.
OptionalhistoryPassword history restrictions, if any.
The number of recent passwords to keep in history to disallow reuse.
The retention period (in days) for password history entries.
Minimum and maximum length constraints.
The maximum allowed length for a password.
The minimum required length for a password.
OptionallockoutLockout rules, if any.
The lockout duration in seconds once the failure threshold is reached.
The number of failed login attempts that trigger a lockout.
The maximum number of days a password is valid before it must be changed.
The maximum number of repeated characters allowed in a password.
The minimum number of days a password must be used before it can be changed.
A dictionary specifying minimum required counts for certain character types.
The minimum number of unique characters required in a password.
A name identifying this password policy.
Whether new passwords must not be similar to the current password.
An integer denoting how many users or "population" this policy applies to.
The last update timestamp of this policy.
Password policy constraints associated with a PasswordCollector.
Remarks
The bridge reads this from
continueNode.input.form.components.fields[]because the SDK's ownpasswordPolicy()method targets the wrong JSON path in 2.0.1 (it reads fromcontinueNode.input["passwordPolicy"]).