TrustedInfrastructureTrustAuthorityClustersAttestationTpm2CaCertificatesInfo

The CaCertificates.Info structure contains information that describes a TPM CA certificate.


Properties

cert_chain Required

The CA certificate chain.


details Required

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


health Required

The CaCertificates.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 funtioning, however there is an issue that requires attention.
ERROR : Not all hosts in the cluster are in consistent state.

Possible values are: NONEOKWARNINGERROR

JSON Example

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

Feedback

Was this page helpful?