Method: Harbor2Client::LdapConf.attribute_map
- Defined in:
- lib/harbor2_client/models/ldap_conf.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/harbor2_client/models/ldap_conf.rb', line 46 def self.attribute_map { :'ldap_url' => :'ldap_url', :'ldap_search_dn' => :'ldap_search_dn', :'ldap_search_password' => :'ldap_search_password', :'ldap_base_dn' => :'ldap_base_dn', :'ldap_filter' => :'ldap_filter', :'ldap_uid' => :'ldap_uid', :'ldap_scope' => :'ldap_scope', :'ldap_connection_timeout' => :'ldap_connection_timeout', :'ldap_verify_cert' => :'ldap_verify_cert' } end |