Vm_Guest_Filesystem_Files_FileAttributesUpdateSpec

Vm_Guest_Filesystem_Files_FileAttributesUpdateSpec
Vm_Guest_Filesystem_Files_FileAttributesUpdateSpec

File attributes used for updating an existing file with Files.update

JSON Example
{
    "last_modified": "string",
    "last_accessed": "string",
    "windows": {
        "hidden": false,
        "read_only": false
    },
    "posix": {
        "owner_id": 0,
        "group_id": 0,
        "permissions": "string"
    }
}
string As date-time
last_modified
Optional

The date and time the file was last modified. If unset the value will not be changed.

string As date-time
last_accessed
Optional

The date and time the file was last accessed. If unset the value will not be changed.

windows
Optional

The Files.WindowsFileAttributesUpdateSpec structure describes attributes that can be changed for a Windows file.

posix
Optional

The Files.PosixFileAttributesUpdateSpec structure describes attributes that can be changed for a Posix file.