HostTpmSoftwareComponentEventDetails

HostTpmSoftwareComponentEventDetails
HostTpmSoftwareComponentEventDetails

Details of a Trusted Platform Module (TPM) event recording a software component related event.

This event is created when measuring a software component installed on the system. A software component may be a tardisk, a kernel module or any other type supported by the package system.

Some software components are not packaged as VIBs (currently the package database and persistent state information of ESXi). For these components the VIB fields will contain empty strings.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dataHash": [
        0
    ],
    "dataHashMethod": "string",
    "componentName": "string",
    "vibName": "string",
    "vibVersion": "string",
    "vibVendor": "string"
}
string
componentName
Required

Name of the software component that caused this TPM event.

string
vibName
Required

Name of the VIB containing the software component.

string
vibVersion
Required

Version of the VIB containing the software component.

string
vibVendor
Required

Vendor of the VIB containing the software component.