Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 518 Bytes

File metadata and controls

22 lines (16 loc) · 518 Bytes

Akeyless::GetCertChallenge

Properties

Name Type Description Notes
access_id String Access ID [optional]
cert_data String Certificate data encoded in base64. Used if file was not provided. [optional]
json Boolean Set output format to JSON [optional][default to false]

Example

require 'akeyless'

instance = Akeyless::GetCertChallenge.new(
  access_id: null,
  cert_data: null,
  json: null
)