appliance vcenter settings v1 config components applmgmt: local accounts
The
local_accounts
service provides operations to manage local user account.Representation:
{
"warn_days_before_password_expiration" : 1,
"password" : "secret string",
"min_days_between_password_change" : 1,
"roles" : [
"string",
"string"
],
"password_expires_at" : "2015-01-01T22:13:05.651Z",
"fullname" : "string",
"last_password_change" : "2015-01-01T22:13:05.651Z",
"enabled" : true,
"email" : "string",
"has_password" : true,
"max_days_between_password_change" : 1
}
"warn_days_before_password_expiration" : 1,
"password" : "secret string",
"min_days_between_password_change" : 1,
"roles" : [
"string",
"string"
],
"password_expires_at" : "2015-01-01T22:13:05.651Z",
"fullname" : "string",
"last_password_change" : "2015-01-01T22:13:05.651Z",
"enabled" : true,
"email" : "string",
"has_password" : true,
"max_days_between_password_change" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
enabled | boolean | Flag indicating if the account is enabled |
has_password | boolean | Is the user password set. |
Optional | ||
fullname | string | Full name of the user Optional. If unset, the value was never set. |
roles | string[] | User roles Optional. |
last_password_change | date_time | Date and time password was changed. Optional. If unset, the password was never set. |
password_expires_at | date_time | Date when the account's password will expire Optional. If unset, the password never expires. |
min_days_between_password_change | long | Minimum number of days between password change Optional. If unset, pasword can be changed any time. |
max_days_between_password_change | long | Maximum number of days between password change Optional. If unset, password never expires. |
warn_days_before_password_expiration | long | Number of days of warning before password expires Optional. If unset, a user is never warned. |
password | secret | Password Optional. If unset, value will not be changed. |
string | Email address of the local account Optional. If unset, value will not be changed. |