TrustedInfrastructureTrustAuthorityClustersKmsProvidersTrustedPeerCertificatesUpdateSpec

The TrustedPeerCertificates.UpdateSpec structure contains fields that describe the server certificate update for a Key Provider.


Properties

array of string
certificates Optional

Public certificates of key server to trust. If unset, the trusted server certificates will not be updated.

JSON Example

{
	"certificates": [
		"string"
	]
}

Feedback

Was this page helpful?