LocalAccountsCreateRequestBody
This is a request body class for an operation.
Properties
string
username
Required
User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts.
JSON Example
{
"config": {
"password": "string",
"roles": [
"string"
]
},
"username": "string"
}