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
- Struct
- Aws::MQ::Types::LdapServerMetadataOutput
 
- Defined in:
- (unknown)
Overview
The metadata of the LDAP server used to authenticate and authorize connections to the broker.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #hosts  ⇒ 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. 
- 
  
    
      #role_name  ⇒ 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. 
- 
  
    
      #role_search_subtree  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The directory search scope for the role. 
- 
  
    
      #service_account_username  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Service account username. 
- 
  
    
      #user_base  ⇒ 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. 
- 
  
    
      #user_search_matching  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The search criteria for users. 
- 
  
    
      #user_search_subtree  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The directory search scope for the user. 
Instance Attribute Details
#hosts ⇒ Array<String>
Fully qualified domain name of the LDAP server. Optional failover server.
#role_base ⇒ 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.
#role_search_matching ⇒ 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.
#service_account_username ⇒ String
Service account username.
#user_base ⇒ 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.
#user_search_matching ⇒ 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.