Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 844 Bytes

KmipServerSetup.md

File metadata and controls

28 lines (22 loc) · 844 Bytes

Akeyless::KmipServerSetup

Properties

Name Type Description Notes
certificate_ttl Integer Server certificate TTL in days [optional][default to 90]
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,
  hostname: null,
  json: null,
  root: null,
  token: null,
  uid_token: null
)