TrustedInfrastructureTrustAuthorityClustersKmsProvidersKeyServerCreateSpec
The Providers.KeyServerCreateSpec structure contains fields that describe the desired configuration for the key server.
Properties
Connection timeout in seconds. If unset, connection timeout will not be set.
Description of the key server. If unset, description will not be added.
Configuration information for Key Management Interoperability Protocol (KMIP) based key server. This field is optional and it is only relevant when the value of Providers.KeyServerCreateSpec.type is KMIP.
Proxy server configuration. If unset, the key server will not use a proxy server.
The Providers.KeyServerCreateSpec.Type enumerated type lists the key server types.
KMIP : Key Management Interoperability Protocol (KMIP) based key management server.
Possible values are: KMIP
JSON Example
{
"type": "KMIP"
}