You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MQ::Types::LdapServerMetadataOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#hosts ⇒ Array<String>

Fully qualified domain name of the LDAP server. Optional failover server.

Returns:

  • (Array<String>) —

    Fully qualified domain name of the LDAP server.

#role_base ⇒ String

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

Returns:

  • (String) —

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

#role_name ⇒ String

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

Returns:

  • (String) —

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

#role_search_matching ⇒ String

The search criteria for groups.

Returns:

  • (String) —

    The search criteria for groups.

#role_search_subtree ⇒ Boolean

The directory search scope for the role. If set to true, scope is to search the entire sub-tree.

Returns:

  • (Boolean) —

    The directory search scope for the role.

#service_account_username ⇒ String

Service account username.

Returns:

  • (String) —

    Service account username.

#user_base ⇒ String

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

Returns:

  • (String) —

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

#user_role_name ⇒ String

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

Returns:

  • (String) —

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

#user_search_matching ⇒ String

The search criteria for users.

Returns:

  • (String) —

    The search criteria for users.

#user_search_subtree ⇒ Boolean

The directory search scope for the user. If set to true, scope is to search the entire sub-tree.

Returns:

  • (Boolean) —

    The directory search scope for the user.