Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.21 KB

ExportClassicKey.md

File metadata and controls

32 lines (26 loc) · 1.21 KB

Akeyless::ExportClassicKey

Properties

Name Type Description Notes
accessibility String for personal password manager [optional][default to 'regular']
export_public_key Boolean Use this option to output only public key [optional][default to false]
ignore_cache String Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI [optional][default to 'false']
json Boolean Set output format to JSON [optional][default to false]
name String ClassicKey name
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]
version Integer Classic key version [optional]

Example

require 'akeyless'

instance = Akeyless::ExportClassicKey.new(
  accessibility: null,
  export_public_key: null,
  ignore_cache: null,
  json: null,
  name: null,
  token: null,
  uid_token: null,
  version: null
)