InstanceDirectoryServicesLdap

data class InstanceDirectoryServicesLdap(val domain: String, val groupsOu: String? = null, val servers: List<String>, val usersOu: String? = null)

Constructors

Link copied to clipboard
constructor(domain: String, groupsOu: String? = null, servers: List<String>, usersOu: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The LDAP domain name in the format of my-domain.com.

Link copied to clipboard
val groupsOu: String? = null

The groups Organizational Unit (OU) is optional. This parameter is a hint to allow faster lookup in the LDAP namespace. In case that this parameter is not provided, Filestore instance will query the whole LDAP namespace.

Link copied to clipboard

The servers names are used for specifying the LDAP servers names. The LDAP servers names can come with two formats:

Link copied to clipboard
val usersOu: String? = null

The users Organizational Unit (OU) is optional. This parameter is a hint to allow faster lookup in the LDAP namespace. In case that this parameter is not provided, Filestore instance will query the whole LDAP namespace.