2.2.2.12 EndorsementKey

The EndorsementKey structure defines the remote TPM public endorsement key that holds the buffer of the key.

 {
     "id": "EndorsementKey",
     "description": "Unmanaged Remote TPM public key structure",
     "type": "object",
     "properties": {
         "Key": {
             "type": "string"
             "required": true
         }
     },
     "additionalProperties": false
 }

Key: A base64Binary string representing the public endorsement key of the Remote TPM.