TrustedInfrastructure_TrustAuthorityClusters_Attestation_Tpm2_CaCertificates_CreateSpec

TrustedInfrastructure_TrustAuthorityClusters_Attestation_Tpm2_CaCertificates_CreateSpec
TrustedInfrastructure_TrustAuthorityClusters_Attestation_Tpm2_CaCertificates_CreateSpec

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

JSON Example
{
    "name": "string",
    "cert_chain": {
        "cert_chain": [
            "string"
        ]
    }
}
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.

cert_chain
Optional

The X509CertChain structure contains x509 certificate chain.