Vm_Guest_Filesystem_Directories_CreateTemporary_RequestBody

Vm_Guest_Filesystem_Directories_CreateTemporary_RequestBody
Vm_Guest_Filesystem_Directories_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 directory.

string
suffix
Required

The suffix to be given to the new temporary directory.

string
parent_path
Optional

The complete path to the directory in which to create the new directory. Directory If unset a guest-specific default will be used.