TrustedInfrastructureTrustAuthorityClustersKmsProvidersKmipServerUpdateSpec
The Providers.KmipServerUpdateSpec structure contains fields that describe new configuration for KMIP based key server.
Properties
servers
Optional
List of 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.
If unset, server configuration will remain unchanged.
string
username
Optional
Username for authentication.
If unset, username will remain unchanged.
JSON Example
{
"servers": [
{
"address": {
"hostname": "string",
"port": 0
},
"name": "string"
}
],
"username": "string"
}