TrustedInfrastructureTrustAuthorityClustersAttestationTpm2EndorsementKeysInfo
The EndorsementKeys.Info structure contains information that describes a TPM endorsement key.
Properties
Details regarding the health. When the EndorsementKeys.Health is not OK or NONE, this member will provide an actionable description of the issues present.
The EndorsementKeys.Health enumerated type is indicator for the consistency of the hosts status in the cluster.
NONE : No status available.
OK : Each host in the cluster is in consistent state with the rest hosts in the cluster.
WARNING : Attestation is functioning, however there is an issue that requires attention.
ERROR : Not all hosts in the cluster are in consistent state.
Possible values are: NONE , OK , WARNING , ERROR
TPM public endorsement key in PEM format.
JSON Example
{
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "NONE",
"public_key": "string"
}