TrustedInfrastructureHostsHardwareTpmEndorsementKeysSummary

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


Properties

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.

Possible values are: RSA_2048ECC_NIST_P_256

JSON Example

{
	"key": "string",
	"type": "RSA_2048"
}

Feedback

Was this page helpful?