appliance techpreview localaccounts user: new user config

new_user_config structure Structure that defines a new user configuration.

Representations:

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

Attributes:

Name Type Description
Required
username string User login name

password secret User login password In Interactive mode, provide --password as part of the command, and enter the value on the prompt. When accessed remotely, provide --password value as part the command.

Optional
role string User roles. The default role is operator.

Optional. role Default role is operator.

fullname string User full name

Optional. fullname Optional full name for a person.

email string Email address of the local account.

Optional. email Optional email.