LocalOsUserAccount

LocalOsUserAccount
LocalOsUserAccount

Local OS user account details

JSON Example
{
    "username": "string",
    "lastPasswordChange": "string",
    "passwordExpiresAt": "string",
    "passwordInactiveAt": "string",
    "accountExpiresAt": "string",
    "maxDaysBetweenPasswordChange": 0,
    "minDaysBetweenPasswordChange": 0,
    "warnDaysBeforePasswordExpiration": 0
}
string
username
Optional

The username of the local OS account

string
lastPasswordChange
Optional

The date and time when the user last changed their password

string
passwordExpiresAt
Optional

The date and time when the user's password will expire

string
passwordInactiveAt
Optional

The date and time when the user's password becomes inactive

string
accountExpiresAt
Optional

The date and time when the user's account will expire

integer As int32 As int32
maxDaysBetweenPasswordChange
Optional

The maximum number of days that a user can keep the same password before being required to change it

integer As int32 As int32
minDaysBetweenPasswordChange
Optional

The minimum number of days that must elapse before a user can change their password again

integer As int32 As int32
warnDaysBeforePasswordExpiration
Optional

The number of days before the password expiration date that the user will be warned