BrokerLdapServerMetadata

data class BrokerLdapServerMetadata(val hosts: List<String>? = null, val roleBase: String? = null, val roleName: String? = null, val roleSearchMatching: String? = null, val roleSearchSubtree: Boolean? = null, val serviceAccountPassword: String? = null, val serviceAccountUsername: String? = null, val userBase: String? = null, val userRoleName: String? = null, val userSearchMatching: String? = null, val userSearchSubtree: Boolean? = null)

Constructors

Link copied to clipboard
constructor(hosts: List<String>? = null, roleBase: String? = null, roleName: String? = null, roleSearchMatching: String? = null, roleSearchSubtree: Boolean? = null, serviceAccountPassword: String? = null, serviceAccountUsername: String? = null, userBase: String? = null, userRoleName: String? = null, userSearchMatching: String? = null, userSearchSubtree: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hosts: List<String>? = null

List of a fully qualified domain name of the LDAP server and an optional failover server.

Link copied to clipboard
val roleBase: String? = null

Fully qualified name of the directory to search for a user’s groups.

Link copied to clipboard
val roleName: String? = null

Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.

Link copied to clipboard

Search criteria for groups.

Link copied to clipboard

Whether the directory search scope is the entire sub-tree.

Link copied to clipboard

Service account password.

Link copied to clipboard

Service account username.

Link copied to clipboard
val userBase: String? = null

Fully qualified name of the directory where you want to search for users.

Link copied to clipboard
val userRoleName: String? = null

Specifies the name of the LDAP attribute for the user group membership.

Link copied to clipboard

Search criteria for users.

Link copied to clipboard

Whether the directory search scope is the entire sub-tree.