Method: Akeyless::CreateSSHTarget.openapi_types
- Defined in:
- lib/akeyless/models/create_ssh_target.rb
.openapi_types ⇒ Object
Attribute type mapping.
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/akeyless/models/create_ssh_target.rb', line 87 def self.openapi_types { :'comment' => :'String', :'description' => :'String', :'host' => :'String', :'json' => :'Boolean', :'key' => :'String', :'max_versions' => :'String', :'name' => :'String', :'port' => :'String', :'private_key' => :'String', :'private_key_password' => :'String', :'ssh_password' => :'String', :'ssh_username' => :'String', :'token' => :'String', :'uid_token' => :'String' } end |