TrustedInfrastructureTrustAuthorityClustersAttestationTpm2EndorsementKeysSummary
The EndorsementKeys.Summary structure contains information that summarizes a TPM endorsement key.
Properties
health
Required
A health indicator which indicates whether each host in the cluster has the same endorsement key.
string
name
Required
A unique name for the TPM endorsement key. 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.trust_authority_clusters.attestation.tpm2.EndorsementKey. 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.trust_authority_clusters.attestation.tpm2.EndorsementKey.
JSON Example
{
"health": "enum",
"name": "string"
}