Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 609 Bytes

SSHTargetDetails.md

File metadata and controls

28 lines (22 loc) · 609 Bytes

Akeyless::SSHTargetDetails

Properties

Name Type Description Notes
host String [optional]
password String [optional]
port String [optional]
private_key String [optional]
private_key_password String [optional]
username String [optional]

Example

require 'akeyless'

instance = Akeyless::SSHTargetDetails.new(
  host: null,
  password: null,
  port: null,
  private_key: null,
  private_key_password: null,
  username: null
)