VmGuestFilesystemFilesPosixFileAttributesInfo

The Files.PosixFileAttributesInfo structure describes information about file attributes specific to Posix Guest operating systems.


Properties

integer as int64
group Required

The group ID.


integer as int64
owner Required

The owner ID.


string
permissions Required

The file permissions in chmod(2) format. This field is presented as octal.

JSON Example

{
	"group": 0,
	"owner": 0,
	"permissions": "string"
}

Feedback

Was this page helpful?