TrustedInfrastructureTrustAuthorityClustersAttestationTpm2EndorsementKeysInfo

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


Properties

details Required

Details regarding the health. When the EndorsementKeys.Health is not OK or NONE, this member will provide an actionable description of the issues present.


health Required

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: NONEOKWARNINGERROR


string
public_key Required

TPM public endorsement key in PEM format.

JSON Example

{
	"details": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"health": "NONE",
	"public_key": "string"
}

Feedback

Was this page helpful?