TrustedInfrastructure_TrustAuthorityClusters_Attestation_Tpm2_CaCertificates_CreateSpec
The CaCertificates.CreateSpec structure contains information that describes a TPM CA certificate.
{
"name": "string",
"cert_chain": {
"cert_chain": [
"string"
]
}
}
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.
The X509CertChain structure contains x509 certificate chain.