Vm_Guest_Filesystem_Files_CreateTemporary_RequestBody

Vm_Guest_Filesystem_Files_CreateTemporary_RequestBody
Vm_Guest_Filesystem_Files_CreateTemporary_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"
    },
    "prefix": "string",
    "suffix": "string",
    "parent_path": "string"
}
credentials
Required

The guest authentication data.

string
prefix
Required

The prefix to be given to the new temporary file.

string
suffix
Required

The suffix to be given to the new temporary file.

string
parent_path
Optional

The complete path to the directory in which to create the file. Directory to use if specified, otherwise a guest-specific default will be used.