TrustedInfrastructureTrustAuthorityClustersKmsProvidersKeyServerInfo
The Providers.KeyServerInfo structure contains fields that describe the current configuration of a key server.
Properties
integer
connection_timeout
Optional
Connection timeout in seconds.
If unset, connection timeout will be unset.
string
description
Required
Description of the key server.
kmip_server
Optional
Configuration information for KMIP based key server. This field is optional and it is only relevant when the value of Providers.KeyServerInfo.type is KMIP.
proxy_server
Optional
Proxy server configuration.
If unset, proxy server configuration will not be set.
type
Required
Type of the key server.
JSON Example
{
"description": "string",
"type": "enum"
}