TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_KmipServerCreateSpec

TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_KmipServerCreateSpec
TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_KmipServerCreateSpec

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

JSON Example
{
    "servers": [
        {
            "name": "string",
            "address": {
                "hostname": "string",
                "port": 0
            }
        }
    ],
    "username": "string"
}
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.