Method: Akeyless::LdapTargetDetails.attribute_map
- Defined in:
- lib/akeyless/models/ldap_target_details.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/akeyless/models/ldap_target_details.rb', line 34 def self.attribute_map { :'implementation_type' => :'implementation_type', :'ldap_audience' => :'ldap_audience', :'ldap_bind_dn' => :'ldap_bind_dn', :'ldap_bind_password' => :'ldap_bind_password', :'ldap_certificate' => :'ldap_certificate', :'ldap_token_expiration' => :'ldap_token_expiration', :'ldap_url' => :'ldap_url' } end |