harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
# LdapConf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ldap_url** | Option<**String**> | The url of ldap service. | [optional]
**ldap_search_dn** | Option<**String**> | The search dn of ldap service. | [optional]
**ldap_search_password** | Option<**String**> | The search password of ldap service. | [optional]
**ldap_base_dn** | Option<**String**> | The base dn of ldap service. | [optional]
**ldap_filter** | Option<**String**> | The serach filter of ldap service. | [optional]
**ldap_uid** | Option<**String**> | The serach uid from ldap service attributes. | [optional]
**ldap_scope** | Option<**i64**> | The serach scope of ldap service. | [optional]
**ldap_connection_timeout** | Option<**i64**> | The connect timeout of ldap service(second). | [optional]
**ldap_verify_cert** | Option<**bool**> | Verify Ldap server certificate. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)