TrustedInfrastructureTrustAuthorityClustersAttestationTpm2CaCertificatesInfo
The CaCertificates.Info structure contains information that describes a TPM CA certificate.
Properties
Details regarding the health. When the CaCertificates.Health is not OK or NONE, this member will provide an actionable description of the issues present.
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: NONE , OK , WARNING , ERROR
JSON Example
{
"cert_chain": {
"cert_chain": [
"string"
]
},
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "NONE"
}