TrustedInfrastructureTrustAuthorityClustersKmsProvidersKeyServerUpdateSpec

The Providers.KeyServerUpdateSpec structure contains fields that describe new configuration for an existing key server.


Properties

integer as int64
connection_timeout Optional

Connection timeout in seconds.

If unset, connection timeout will remain unchanged.


string
description Optional

Description of the key server.

If unset, description will remain unchanged.


kmip_server Optional

Configuration information for KMIP based key server.

If unset, kmip server configuration will remain unchanged.


proxy_server Optional

Proxy server configuration.

If unset, proxy server configuration will remain unchanged.


type Optional

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

Possible values are: KMIP

JSON Example

{
	"connection_timeout": 0,
	"description": "string",
	"kmip_server": {
		"servers": [
			{
				"address": {
					"hostname": "string",
					"port": 0
				},
				"name": "string"
			}
		],
		"username": "string"
	},
	"proxy_server": {
		"hostname": "string",
		"port": 0
	},
	"type": "KMIP"
}

Feedback

Was this page helpful?