Click or drag to resize

ModifyKeyServerKmipRequest Properties

The ModifyKeyServerKmipRequest type exposes the following members.

Properties
  NameDescription
Public propertyKeyServerID
The ID of the KMIP Key Server to modify.
Public propertyKmipCaCertificate
The public key certificate of the external key server's root CA. This will be used to verify the certificate presented by external key server in the TLS communication. For key server clusters where individual servers use different CAs, provide a concatenated string containing the root certificates of all the CAs.
Public propertyKmipClientCertificate
A PEM format Base64 encoded PKCS#10 X.509 certificate used by the Solidfire KMIP client.
Public propertyKmipKeyServerHostnames
Array of the hostnames or IP addresses associated with this KMIP Key Server. Multiple hostnames or IP addresses must only be provided if the key servers are in a clustered configuration.
Public propertyKmipKeyServerName
The name of the KMIP Key Server. This name is only used for display purposes and does not need to be unique.
Public propertyKmipKeyServerPort
The port number associated with this KMIP Key Server (typically 5696).
Top
See Also