Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 682 Bytes

KMIPConfigPart.md

File metadata and controls

24 lines (18 loc) · 682 Bytes

Akeyless::KMIPConfigPart

Properties

Name Type Description Notes
clients Hash<String, KMIPClient> [optional]
key_enc Array<Integer> Saves the private key of the cert issuer in encypted form [optional]
server KMIPServer [optional]
server_enc Array<Integer> Saved for backward compatibility TODO: remove this after all clients upgrade [optional]

Example

require 'akeyless'

instance = Akeyless::KMIPConfigPart.new(
  clients: null,
  key_enc: null,
  server: null,
  server_enc: null
)