Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1 KB

File metadata and controls

30 lines (24 loc) · 1 KB

Akeyless::KmipServerSetup

Properties

Name Type Description Notes
certificate_ttl Integer Server certificate TTL in days [optional][default to 90]
expiration_event_in Array<String> How many days before the expiration of the certificate would you like to be notified. [optional]
hostname String Hostname
json Boolean Set output format to JSON [optional][default to false]
root String Root path of KMIP Resources
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]

Example

require 'akeyless'

instance = Akeyless::KmipServerSetup.new(
  certificate_ttl: null,
  expiration_event_in: null,
  hostname: null,
  json: null,
  root: null,
  token: null,
  uid_token: null
)