Method: Akeyless::SalesforceTargetDetails.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



44
45
46
47
48
49
50
51
52
53
54
55
56
57
# File 'lib/akeyless/models/salesforce_target_details.rb', line 44

def self.attribute_map
  {
    :'app_private_key' => :'app_private_key',
    :'auth_flow' => :'auth_flow',
    :'ca_cert_data' => :'ca_cert_data',
    :'ca_cert_name' => :'ca_cert_name',
    :'client_id' => :'client_id',
    :'client_secret' => :'client_secret',
    :'password' => :'password',
    :'security_token' => :'security_token',
    :'tenant_url' => :'tenant_url',
    :'user_name' => :'user_name'
  }
end