TrustedInfrastructureTrustAuthorityClustersKmsProvidersCurrentPeerCertificatesSummary

The CurrentPeerCertificates.Summary structure contains a summary of the current key server certificates.


Properties

string
certificate Optional

Server certificate. If unset, the certificate cannot be retrieved from the remote system, and CurrentPeerCertificates.Summary.trusted is undefined. See CurrentPeerCertificates.Summary.error-messages for details.


error_messages Required

Server certificate retrieval errors. Specifies error details when retrieving the remote server certificate fails. This list will be empty when CurrentPeerCertificates.Summary.certificate is set.


string
server_name Required

Name of the server.


boolean
trusted Required

whether server certificate is already trusted .

JSON Example

{
	"error_messages": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"server_name": "string",
	"trusted": false
}

Feedback

Was this page helpful?