Vm_Guest_Filesystem_Files_WindowsFileAttributesUpdateSpec

Vm_Guest_Filesystem_Files_WindowsFileAttributesUpdateSpec
Vm_Guest_Filesystem_Files_WindowsFileAttributesUpdateSpec

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

JSON Example
{
    "hidden": false,
    "read_only": false
}
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.