TrustedInfrastructureTrustAuthorityClustersKmsProvidersClientCertificateUpdateSpec
The ClientCertificate.UpdateSpec structure contains fields that describe the client certificate update for a Key Provider.
Properties
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.
JSON Example
{
"certificate": "string"
}