Vcenter_Settings_V1_Config_Components_Applmgmt_LocalAccounts

Vcenter_Settings_V1_Config_Components_Applmgmt_LocalAccounts
Vcenter_Settings_V1_Config_Components_Applmgmt_LocalAccounts

The LocalAccounts service provides operations to manage local user account.

JSON Example
{
    "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"
}
string
fullname
Optional

Full name of the user If unset, the value was never set.

array of string
roles
Optional

User roles

boolean
enabled
Optional

Flag indicating if the account is enabled

boolean
has_password
Optional

Is the user password set.

integer As int64
min_days_between_password_change
Optional

Minimum number of days between password change If unset, pasword can be changed any time.

integer As int64
max_days_between_password_change
Optional

Maximum number of days between password change If unset, password never expires.

integer As int64
warn_days_before_password_expiration
Optional

Number of days of warning before password expires If unset, a user is never warned.

string As password
password
Optional

Password If unset, value will not be changed

string
email
Optional

Email address of the local account If unset, value will not be changed