VmGuestFilesystemFilesWindowsFileAttributesUpdateSpec

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


Properties

boolean
hidden Optional

The file is hidden. If {term unset} the value will not be changed.


boolean
read_only Optional

The file is read-only. If {term unset} the value will not be changed.

JSON Example

{
	"hidden": false,
	"read_only": false
}

Feedback

Was this page helpful?