ChangeFileAttributesInGuestRequestType
ChangeFileAttributesInGuestRequestType
The parameters of ChangeFileAttributesInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"guestFilePath": "string",
"fileAttributes": {
"_typeName": "string",
"modificationTime": "string",
"accessTime": "string",
"symlinkTarget": "string"
}
}
auth
Required
GuestAuthentication is an abstract base class for authentication in the guest.
string
guestFilePath
Required
The complete path to the file to be copied in the guest. If the file points to an symbolic link, then the attributes of the target file are changed.
fileAttributes
Required
Different attributes for a guest file.
- Check GuestPosixFileAttributes for Posix guest files.
- Check GuestWindowsFileAttributes for Windows guest files.