LocalAccountsCreateRequestBody

This is a request body class for an operation.


Properties

config Required

User configuration


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"
}
Parameter To

Create Local Accounts

Feedback

Was this page helpful?