TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_KmipServerUpdateSpec
TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_KmipServerUpdateSpec
The Providers.KmipServerUpdateSpec structure contains fields that describe new configuration for KMIP based key server.
JSON Example
{
"servers": [
{
"name": "string",
"address": {
"hostname": "string",
"port": 0
}
}
],
"username": "string"
}
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.