VmGuestProcessesCreateRequestBody
This is a request body class for an operation.
Properties
credentials
Required
The guest authentication data. See Credentials. The program will be run as the user associated with this data.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "USERNAME_PASSWORD"
},
"spec": {
"path": "string"
}
}