Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

LDAPIdentityProvider.md

File metadata and controls

16 lines (12 loc) · 1.08 KB

LDAPIdentityProvider

Details for ldap identity providers.

Properties

Name Type Description Notes
ca str Certificate bundle to use to validate server certificates for the configured URL. [optional]
url str An https://tools.ietf.org/html/rfc2255[RFC 2255] URL which specifies the LDAP host and search parameters to use. [optional]
attributes LDAPAttributes [optional]
bind_dn str Optional distinguished name to use to bind during the search phase. [optional]
bind_password str Optional password to use to bind during the search phase. [optional]
insecure bool When `true` no TLS connection is made to the server. When `false` `ldaps://...` URLs connect using TLS and `ldap://...` are upgraded to TLS. [optional]

[Back to Model list] [Back to API list] [Back to README]