TrustedInfrastructureTrustAuthorityClustersKmsProvidersKeyServerInfo

The Providers.KeyServerInfo structure contains fields that describe the current configuration of a key server.


Properties

integer as int64
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

The Providers.KeyServerInfo.Type enumerated type list the key server types.
KMIP : Key Management Interoperability Protocol (KMIP) based key management server.

Possible values are: KMIP

JSON Example

{
	"description": "string",
	"type": "KMIP"
}

Feedback

Was this page helpful?