TrustedInfrastructureTrustAuthorityClustersKmsProvidersKmipServerInfo

The Providers.KmipServerInfo structure contains fields that describe the current configuration of a KMIP based key server.


Properties

servers Required

List of KMIP compliant key servers.


string
username Optional

Username for authentication.

If unset, username will not be set.

JSON Example

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

Feedback

Was this page helpful?