LocalAccountsInfo
The LocalAccounts.Info structure defines the local account properties.
Properties
Flag indicating if the account is enabled
Is the user password 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.
Email address of the local account If unset, the value was never set.
Full name of the user If unset, the value was never set.
Date and time account will be locked after password expiration. If unset, account will not be locked.
Date and time password was changed. If unset, the password was never set.
Maximum number of days between password change If unset, password never expires.
Minimum number of days between password change If unset, pasword can be changed any time.
Date when the account’s password will expire If unset, the password never expires.
Number of days of warning before password expires If unset, a user is never warned.
JSON Example
{
"enabled": false,
"has_password": false,
"roles": [
"string"
]
}