Vm_Guest_Filesystem_Directories_Create_RequestBody

Vm_Guest_Filesystem_Directories_Create_RequestBody
Vm_Guest_Filesystem_Directories_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"
    },
    "path": "string",
    "create_parents": false
}
credentials
Required

The guest authentication data.

string
path
Required

The complete path to the directory to be created.

boolean
create_parents
Optional

Whether any parent directories should be created. If any failure occurs, some parent directories could be left behind. If unset parent directories are not created.