LocalAccountsInfo
The LocalAccounts.Info structure defines the local account properties.
Properties
Email address of the local account If unset, the value was never set.
Flag indicating if the account is enabled
Full name of the user If unset, the value was never set.
Is the user password 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.
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.
Number of days of warning before password expires If unset, a user is never warned.
JSON Example
{
"enabled": false,
"has_password": false,
"roles": [
"string"
]
}