LocalAccounts_Info
The LocalAccounts.Info structure defines the local account properties.
{
"fullname": "string",
"email": "string",
"roles": [
"string"
],
"enabled": false,
"has_password": false,
"last_password_change": "string",
"password_expires_at": "string",
"inactive_at": "string",
"min_days_between_password_change": 0,
"max_days_between_password_change": 0,
"warn_days_before_password_expiration": 0
}
Full name of the user If unset, the value was never set.
Email address of the local account If unset, the value was never set.
User roles When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.appliance.roles. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.appliance.roles.
Flag indicating if the account is enabled
Is the user password set.
Date and time password was changed. If unset, the password was never set.
Date when the account's password will expire If unset, the password never expires.
Date and time account will be locked after password expiration. If unset, account will not be locked.
Minimum number of days between password change If unset, pasword can be changed any time.
Maximum number of days between password change If unset, password never expires.
Number of days of warning before password expires If unset, a user is never warned.