VmGuestFilesystemFilesFileAttributesUpdateSpec
File attributes used for updating an existing file with Files.update
Properties
string as date-time
last_accessed
Optional
The date and time the file was last accessed. If unset the value will not be changed.
string as date-time
last_modified
Optional
The date and time the file was last modified. If unset the value will not be changed.
posix
Optional
Posix-specific file update information. Set if the guest operating system is Posix.
windows
Optional
Windows-specific file update information. Set if the guest operating system is Windows.
JSON Example
{
"last_accessed": "string",
"last_modified": "string",
"posix": {
"group_id": 0,
"owner_id": 0,
"permissions": "string"
},
"windows": {
"hidden": false,
"read_only": false
}
}