ListRegistryValuesInGuestRequestType

ListRegistryValuesInGuestRequestType
ListRegistryValuesInGuestRequestType

The parameters of ListRegistryValuesInGuest.

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

Virtual machine to perform the operation on.

Required privileges: VirtualMachine.GuestOperations.Query

auth
Required

The guest authentication data.

keyName
Required

The path to the registry key for which all values are to be listed.

boolean
expandStrings
Required

If true, all values that have expandable data such as environment variable names, shall get expanded in the result.

string
matchPattern
Optional

A filter for the value names returned, specified using perl-compatible regular expressions. If matchPattern is unset, then the pattern '.*' is used, which returns all value names found, otherwise only those value names that match the input pattern shall be returned.