VcenterSettingsV1ConfigComponentsApplmgmtLocalAccounts
The LocalAccounts service provides operations to manage local user account.
Properties
string
email
Optional
Email address of the local account If unset, value will not be changed
boolean
enabled
Optional
Flag indicating if the account is enabled
string
fullname
Optional
Full name of the user If unset, the value was never set.
boolean
has_password
Optional
Is the user password set.
integer as int64
max_days_between_password_change
Optional
Maximum number of days between password change If unset, password never expires.
integer as int64
min_days_between_password_change
Optional
Minimum number of days between password change If unset, pasword can be changed any time.
string as password
password
Optional
Password If unset, value will not be changed
array of
string
roles
Optional
User roles
integer as int64
warn_days_before_password_expiration
Optional
Number of days of warning before password expires If unset, a user is never warned.
JSON Example
{
"email": "string",
"enabled": false,
"fullname": "string",
"has_password": false,
"max_days_between_password_change": 0,
"min_days_between_password_change": 0,
"password": "string",
"roles": [
"string"
],
"warn_days_before_password_expiration": 0
}