Authentication¶
Authentication¶
Authentication Settings¶
LDAP Configuration¶
- class illumio.authentication.LDAPConfig[source]¶
Represents an LDAP configuration in the PCE.
Field names follow the current PCE API. The
base_dn,user_dn,password,request_timeout,tls_enabled,authentication_type, andbind_typefields are retained as deprecated aliases for backwards compatibility; preferuser_base_distinguished_name,bind_distinguished_name,bind_password,request_timeout_seconds,insecure_disable_tls_certificate_verification, andauthentication_method.Note that
bind_passwordis write-only: the PCE accepts it on create and update but never returns it;is_bind_password_setindicates whether one is configured.