Vm_Guest_Filesystem_Files_Update_RequestBody

Vm_Guest_Filesystem_Files_Update_RequestBody
Vm_Guest_Filesystem_Files_Update_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",
    "file_attributes": {
        "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 data.

string
path
Required

The complete path to the file or directory to be changed in the guest. If the file points to an symbolic link, then the attributes of the target file are changed.

file_attributes
Required

Specifies the different file attributes of the guest file to be changed. See Files.FileAttributesUpdateSpec.