TrustedInfrastructureHostsHardwareTpmSummary
The Tpm.Summary structure contains information that summarizes a TPM.
Properties
boolean
active
Required
The TPM status. Inactive TPMs cannot be used for sealing or attestation.
integer as int64
major_version
Required
The TPM major version number.
integer as int64
minor_version
Required
The TPM minor version number.
string
tpm
Required
A unique identifier for the TPM instance. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.hosts.hardware.Tpm. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.hosts.hardware.Tpm.
JSON Example
{
"active": false,
"major_version": 0,
"minor_version": 0,
"tpm": "string"
}