Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 329 Bytes

File metadata and controls

20 lines (14 loc) · 329 Bytes

Akeyless::ConfigureOutput

Properties

Name Type Description Notes
profile String [optional]
token String [optional]

Example

require 'akeyless'

instance = Akeyless::ConfigureOutput.new(
  profile: null,
  token: null
)