VmGuestFilesystemFilesPosixFileAttributesUpdateSpec
The Files.PosixFileAttributesUpdateSpec structure describes attributes that can be changed for a Posix file.
Properties
integer as int64
group_id
Optional
The group ID. If unset the value will not be changed.
integer as int64
owner_id
Optional
The owner ID. If unset the value will not be changed.
string
permissions
Optional
The file permissions in chmod(2) format. This field is interpreted as octal. If unset the value will not be changed.
JSON Example
{
"group_id": 0,
"owner_id": 0,
"permissions": "string"
}