TrustedInfrastructureTrustAuthorityClustersKmsProvidersKmipServerCreateSpec

The Providers.KmipServerCreateSpec structure contains fields that describe Key Management Interoperability Protocol (KMIP) desired key server configuration.


Properties

servers Required

List of Key Management Interoperability Protocol (KMIP) compliant key servers. Key servers must be configured for active-active replication. If the server port is unset, a default value for KMIP’s port will be used.


string
username Optional

Username for authentication. If unset, no username will be added.

JSON Example

{
	"servers": [
		{
			"address": {
				"hostname": "string"
			},
			"name": "string"
		}
	]
}

Feedback

Was this page helpful?