Method: Akeyless::Connect.openapi_types

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

.openapi_typesObject

Attribute type mapping.



129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# File 'lib/akeyless/models/connect.rb', line 129

def self.openapi_types
  {
    :'helper' => :'Object',
    :'rc_file_override' => :'String',
    :'bastion_ctrl_path' => :'String',
    :'bastion_ctrl_port' => :'String',
    :'bastion_ctrl_proto' => :'String',
    :'bastion_ctrl_subdomain' => :'String',
    :'cert_issuer_name' => :'String',
    :'gateway_url' => :'String',
    :'identity_file' => :'String',
    :'json' => :'Boolean',
    :'justification' => :'String',
    :'name' => :'String',
    :'sra_ctrl_path' => :'String',
    :'sra_ctrl_port' => :'String',
    :'sra_ctrl_proto' => :'String',
    :'sra_ctrl_subdomain' => :'String',
    :'ssh_command' => :'String',
    :'ssh_extra_args' => :'String',
    :'ssh_legacy_signing_alg' => :'Boolean',
    :'target' => :'String',
    :'token' => :'String',
    :'uid_token' => :'String',
    :'use_ssh_agent' => :'Boolean',
    :'via_bastion' => :'String',
    :'via_sra' => :'String'
  }
end