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.
{
"_typeName": "string",
"dataHash": [
0
],
"dataHashMethod": "string",
"componentName": "string",
"vibName": "string",
"vibVersion": "string",
"vibVendor": "string"
}
Name of the software component that caused this TPM event.
Name of the VIB containing the software component.
Version of the VIB containing the software component.
Vendor of the VIB containing the software component.