DeleteRegistryKeyInGuestRequestType

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
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

auth
Required

GuestAuthentication is an abstract base class for authentication in the guest.

keyName
Required

This describes the registry key name.

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.