TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_KmipServerInfo

TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_KmipServerInfo
TrustedInfrastructure_TrustAuthorityClusters_Kms_Providers_KmipServerInfo

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

JSON Example
{
    "servers": [
        {
            "name": "string",
            "address": {
                "hostname": "string",
                "port": 0
            }
        }
    ],
    "username": "string"
}
servers
Required

List of KMIP compliant key servers.

string
username
Optional

Username for authentication.

If unset, username will not be set.