LDAP Group
LDAP (Lightweight Directory Access Protocol) is a standardized protocol for accessing and managing directory services, crucial for centralized authentication and data storage in networks.
Example Terraform Resource Usage
Schema
type
ldap-directoryconnected_resource_types
List of resource types to sync. The following are the available resource type/s you can use:ldap-directory
ldap-directory-group
Metadata
url
(Required | String) LDAP Server URLcustom_ca_cert
(Optional | String) Self signed server or CA certificatedomain
(Required | String) Domaingroups_scope
(Optional | String) Groups Scopeusers_scope
(Optional | String) Users Scopeuser_email_attribute
(Optional | String) User Email Attribute
Last updated