InstanceDirectoryServicesLdapArgs

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

Constructors

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

Properties

Link copied to clipboard
val domain: Output<String>

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

Link copied to clipboard
val groupsOu: Output<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
val servers: Output<List<String>>

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): InstanceDirectoryServicesLdapArgs