SetRegistryValueInGuestRequestType

SetRegistryValueInGuestRequestType
SetRegistryValueInGuestRequestType

The parameters of SetRegistryValueInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "value": {
        "_typeName": "string",
        "name": {
            "_typeName": "string",
            "keyName": {
                "_typeName": "string",
                "registryPath": "string",
                "wowBitness": "string"
            },
            "name": "string"
        },
        "data": {
            "_typeName": "string"
        }
    }
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

auth
Required

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

value
Required

This describes the registry value.