GuestRegKeyRecordSpec

GuestRegKeyRecordSpec
GuestRegKeyRecordSpec

This describes the registry key record.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": {
        "_typeName": "string",
        "keyName": {
            "_typeName": "string",
            "registryPath": "string",
            "wowBitness": "string"
        },
        "classType": "string",
        "lastWritten": "string"
    },
    "fault": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    }
}
key
Required

The key.

fault
Optional

Any error that occurred while trying to access this key.

Presence of this fault indicates that a recursive listing failed to open this key to find keys below it in the tree. This could be a result of insufficient user permissions within the guest.