Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 337 Bytes

GetSSHCertificateOutput.md

File metadata and controls

20 lines (14 loc) · 337 Bytes

Akeyless::GetSSHCertificateOutput

Properties

Name Type Description Notes
data String [optional]
path String [optional]

Example

require 'akeyless'

instance = Akeyless::GetSSHCertificateOutput.new(
  data: null,
  path: null
)