Method: Harbor2Client::LdapConf.swagger_types
- Defined in:
- lib/harbor2_client/models/ldap_conf.rb
.swagger_types ⇒ Object
Attribute type mapping.
61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'lib/harbor2_client/models/ldap_conf.rb', line 61 def self.swagger_types { :'ldap_url' => :'String', :'ldap_search_dn' => :'String', :'ldap_search_password' => :'String', :'ldap_base_dn' => :'String', :'ldap_filter' => :'String', :'ldap_uid' => :'String', :'ldap_scope' => :'Integer', :'ldap_connection_timeout' => :'Integer', :'ldap_verify_cert' => :'BOOLEAN' } end |