Akeyless::ExportClassicKey
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]
wrapping_key_name
String
Classic key name to wrap the key material with
[optional]
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 ,
wrapping_key_name : null
)