DeleteRegistryKeyInGuestRequestType
DeleteRegistryKeyInGuestRequestType
The parameters of DeleteRegistryKeyInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"keyName": {
"_typeName": "string",
"registryPath": "string",
"wowBitness": "string"
},
"recursive": false
}
auth
Required
GuestAuthentication is an abstract base class for authentication in the guest.
boolean
recursive
Required
If true, the key is deleted along with any subkeys (if present). Otherwise, it shall only delete the key if it has no subkeys.