TrustedInfrastructureTrustAuthorityClustersAttestationTpm2CaCertificatesSummary

The CaCertificates.Summary structure contains information that summarizes a TPM CA certificate.


Properties

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


string
name Required

A unique name for the TPM CA certificate. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.tpm2.CaCertificate. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.tpm2.CaCertificate.

JSON Example

{
	"health": "NONE",
	"name": "string"
}

Feedback

Was this page helpful?