TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_ClientCertificate_UpdateSpec

TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_ClientCertificate_UpdateSpec
TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_ClientCertificate_UpdateSpec

The ClientCertificate.UpdateSpec structure contains fields that describe the client certificate update for a Key Provider.

JSON Example
{
    "certificate": "string",
    "private_key": "string"
}
string
certificate
Required

Public certificate used by every host in the cluster.

string As password
private_key
Optional

Private part of the certificate. If unset, the update request is for a public/private client certificate pair, not for a signed CSR.