GetInstanceDirectoryServiceLdap

data class GetInstanceDirectoryServiceLdap(val domain: String, val groupsOu: String, val servers: List<String>, val usersOu: String)

Constructors

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

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

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

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.