CreateRegistryKeyInGuestRequestType
CreateRegistryKeyInGuestRequestType
The parameters of CreateRegistryKeyInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"keyName": {
"_typeName": "string",
"registryPath": "string",
"wowBitness": "string"
},
"isVolatile": false,
"classType": "string"
}
auth
Required
GuestAuthentication is an abstract base class for authentication in the guest.
boolean
isVolatile
Required
If true, the key is created in memory and is not preserved across system reboot. Otherwise, it shall persist in the file system.
string
classType
Optional
User defined class type for this key. May be omitted.