| 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] |
require 'akeyless'
instance = Akeyless::KMIPConfigPart.new(
clients: null,
key_enc: null,
server: null,
server_enc: null
)