Vm_Guest_Filesystem_Files_PosixFileAttributesUpdateSpec
Vm_Guest_Filesystem_Files_PosixFileAttributesUpdateSpec
The Files.PosixFileAttributesUpdateSpec structure describes attributes that can be changed for a Posix file.
JSON Example
{
"owner_id": 0,
"group_id": 0,
"permissions": "string"
}
integer As int64
owner_id
Optional
The owner ID. If unset the value will not be changed.
integer As int64
group_id
Optional
The group 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.