HostTpmEventDetails

HostTpmEventDetails
HostTpmEventDetails

This is a base data object for describing an event generated by Trusted Platform Module (TPM).

It contains parameters common to all TPM event types.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dataHash": [
        0
    ],
    "dataHashMethod": "string"
}
array of integer
dataHash
Required

Value of the Platform Configuration Register (PCR) for this event.

string
dataHashMethod
Optional

Method in which the digest hash is calculated.

The set of possible values is described in HostDigestInfoDigestMethodTypeEnum.