Property
|
Description
|
Valid Values
|
"password"
|
Specifies a temporary user password. Required to support the default internal authentication service.
|
A string with a maximum length of 32 characters.
The password created by the administrator is only a temporary password. Users must change the password when they log in for the first time.
|
"passwordStatus"
|
Specifies whether the password is active.
|
1 | 2
If set to 1, the password is active.
If set to 2, the password must be reset.
|
"passwordExpiration"
|
Specifies the date when the password expires.
|
Timestamps must be in the UTC format YYYY-MM-DD HH:mm:ss.
If null, the password has no expiration.
|