TrustedInfrastructure_Hosts_Hardware_Tpm_Summary

TrustedInfrastructure_Hosts_Hardware_Tpm_Summary
TrustedInfrastructure_Hosts_Hardware_Tpm_Summary

The Tpm.Summary structure contains information that summarizes a TPM.

JSON Example
{
    "tpm": "string",
    "major_version": 0,
    "minor_version": 0,
    "active": false
}
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.

integer As int64
major_version
Required

The TPM major version number.

integer As int64
minor_version
Required

The TPM minor version number.

boolean
active
Required

The TPM status. Inactive TPMs cannot be used for sealing or attestation.