TrustedInfrastructure_Hosts_Hardware_Tpm_EndorsementKeys_Summary

TrustedInfrastructure_Hosts_Hardware_Tpm_EndorsementKeys_Summary
TrustedInfrastructure_Hosts_Hardware_Tpm_EndorsementKeys_Summary

The EndorsementKeys.Summary structure contains information that describes a TPM endorsement key.

JSON Example
{
    "key": "string",
    "type": "string"
}
string
key
Required

A unique identifier 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.hosts.hardware.tpm.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.hosts.hardware.tpm.EndorsementKey.

type
Required

The EndorsementKeys.Type enumerated type defines the endorsement key type based on key algorithms.
RSA_2048 : The RSA 2048 bit key.
ECC_NIST_P_256 : The ECC NISTP-256 bit key.