Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

Unconfigure.md

File metadata and controls

20 lines (14 loc) · 423 Bytes

Akeyless::Unconfigure

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional][default to false]
profile String The profile name to be removed [optional][default to 'default']

Example

require 'akeyless'

instance = Akeyless::Unconfigure.new(
  json: null,
  profile: null
)