Vm_Guest_Processes_Create_RequestBody

Vm_Guest_Processes_Create_RequestBody
Vm_Guest_Processes_Create_RequestBody

This is a request body class for an operation.

JSON Example
{
    "credentials": {
        "interactive_session": false,
        "type": "string",
        "user_name": "string",
        "password": "string",
        "saml_token": "string"
    },
    "spec": {
        "path": "string",
        "arguments": "string",
        "working_directory": "string",
        "environment_variables": {
            "environment_variables": "string"
        },
        "start_minimized": false
    }
}
credentials
Required

The guest authentication data. See Credentials. The program will be run as the user associated with this data.

spec
Required

The arguments describing the program to be started.