Method: Akeyless::TargetUpdateSsh.openapi_types

Defined in:
lib/akeyless/models/target_update_ssh.rb

.openapi_typesObject

Attribute type mapping.



91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# File 'lib/akeyless/models/target_update_ssh.rb', line 91

def self.openapi_types
  {
    :'description' => :'String',
    :'host' => :'String',
    :'json' => :'Boolean',
    :'keep_prev_version' => :'String',
    :'key' => :'String',
    :'max_versions' => :'String',
    :'name' => :'String',
    :'new_name' => :'String',
    :'port' => :'String',
    :'private_key' => :'String',
    :'private_key_password' => :'String',
    :'ssh_password' => :'String',
    :'ssh_username' => :'String',
    :'token' => :'String',
    :'uid_token' => :'String'
  }
end