AwsAmazonMqBrokerLdapServerMetadataDetails

The metadata of the Lightweight Directory Access Protocol (LDAP) server used to authenticate and authorize connections to the broker. This is an optional failover server.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.

Link copied to clipboard

The distinguished name of the node in the directory information tree (DIT) to search for roles or groups.

Link copied to clipboard

The group name attribute in a role entry whose value is the name of that role.

Link copied to clipboard

The LDAP search filter used to find roles within the roleBase.

Link copied to clipboard

The directory search scope for the role. If set to true, the scope is to search the entire subtree.

Link copied to clipboard

A username for the service account, which is an account in your LDAP server that has access to initiate a connection.

Link copied to clipboard

Selects a particular subtree of the directory information tree (DIT) to search for user entries.

Link copied to clipboard

The name of the LDAP attribute in the user's directory entry for the user's group membership.

Link copied to clipboard

The LDAP search filter used to find users within the userBase.

Link copied to clipboard

The directory search scope for the user. If set to true, the scope is to search the entire subtree.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String