Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 545 Bytes

File metadata and controls

26 lines (20 loc) · 545 Bytes

Akeyless::HTTPChallengeInfo

Properties

Name Type Description Notes
file_content String [optional]
file_path String [optional]
instructions String [optional]
key_auth String [optional]
token String [optional]

Example

require 'akeyless'

instance = Akeyless::HTTPChallengeInfo.new(
  file_content: null,
  file_path: null,
  instructions: null,
  key_auth: null,
  token: null
)