PasswordStatus

PasswordStatus
Password Status

The password expiry state of a local user, included so a UI can prompt the user to change their password before it expires.

  • ACTIVE: The password is valid and not expired.
  • EXPIRED: The password has expired; the user must change it via POST /iam/change-password before continuing.
  • INVALID: Not applicable - the account's password isn't managed by Installer (for example, a remote LDAP user).
This data structure has no properties.
Enumeration: ACTIVE, EXPIRED, INVALID
Property Of