TrustedInfrastructureTrustAuthorityClustersKmsProvidersServerInfo
The Providers.ServerInfo structure contains fields that describe the status of a key server.
Properties
boolean
client_trust_server
Required
Whether this client trusts the server.
array of
StdLocalizableMessage
details
Required
Details regarding the health of the server connection. When the service Providers.Health is not OK, this field will provide an actionable description of the issue.
health
Required
The connection status health of the server.
string
name
Required
Name of the server.
boolean
server_trust_client
Required
Whether the server trusts this client.
JSON Example
{
"client_trust_server": false,
"details": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"health": "enum",
"name": "string",
"server_trust_client": false
}