appliance techpreview localaccounts user: user config
user_config
structure Structure that defines a new user configuration for CLI.Representation:
{
"role" : "admin",
"fullname" : "string",
"email" : "string",
"username" : "string",
"status" : "disabled"
}
"role" : "admin",
"fullname" : "string",
"email" : "string",
"username" : "string",
"status" : "disabled"
}
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. |
string | email of the local account |