Vcenter_Settings_V1_Config_Components_Applmgmt_LocalAccounts
The LocalAccounts service provides operations to manage local user account.
{
"fullname": "string",
"roles": [
"string"
],
"enabled": false,
"has_password": false,
"min_days_between_password_change": 0,
"max_days_between_password_change": 0,
"warn_days_before_password_expiration": 0,
"password": "string",
"email": "string"
}
Full name of the user If unset, the value was never set.
User roles
Flag indicating if the account is enabled
Is the user password set.
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.
Password If unset, value will not be changed
Email address of the local account If unset, value will not be changed