appliance techpreview localaccounts user: user config

user_config structure Structure that defines a new user configuration for CLI.

Representations:

{
    "email""string",
    "fullname""string",
    "role""admin",
    "status""disabled",
    "username""string"
}
<?xml version="1.0" ?>
<ns0:UserConfig xmlns:ns0="http://vmware.com/appliance/techpreview/localaccounts/user" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <username>string</username>
  <email>string</email>
  <status>disabled</status>
  <role>admin</role>
  <fullname>string</fullname>
</ns0:UserConfig>

Attributes:

Name Type Description
Required
username string User login name

role string User roles

Defines user roles for appliance Value is one of:
admin: Able to configure the appliance.
operator: Able to read the appliance configuration.
superAdmin: Able to configure the appliance, manage local accounts and use the BASH shell

fullname string User full name

status string Enabled status of the local account

Defines status of user accounts Value is one of:
disabled: The user account is disabled.
enabled: The user account is enabled.

email string email of the local account