Vm_Guest_Filesystem_Transfers_Create_RequestBody

Vm_Guest_Filesystem_Transfers_Create_RequestBody
Vm_Guest_Filesystem_Transfers_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",
        "attributes": {
            "size": 0,
            "overwrite": false,
            "last_modified": "string",
            "last_accessed": "string",
            "windows": {
                "hidden": false,
                "read_only": false
            },
            "posix": {
                "owner_id": 0,
                "group_id": 0,
                "permissions": "string"
            }
        }
    }
}
credentials
Required

The guest authentication credentials.

spec
Required

A specification of the type of file transfer and any applicable attibutes.