LdapServerMetadataOutput

public struct LdapServerMetadataOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Fully qualified domain name of the LDAP server. Optional failover server.

    Declaration

    Swift

    public let hosts: [String]?
  • Fully qualified name of the directory to search for a user’s groups.

    Declaration

    Swift

    public let roleBase: String?
  • Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.

    Declaration

    Swift

    public let roleName: String?
  • The search criteria for groups.

    Declaration

    Swift

    public let roleSearchMatching: String?
  • The directory search scope for the role. If set to true, scope is to search the entire sub-tree.

    Declaration

    Swift

    public let roleSearchSubtree: Bool?
  • Service account username.

    Declaration

    Swift

    public let serviceAccountUsername: String?
  • Fully qualified name of the directory where you want to search for users.

    Declaration

    Swift

    public let userBase: String?
  • Specifies the name of the LDAP attribute for the user group membership.

    Declaration

    Swift

    public let userRoleName: String?
  • The search criteria for users.

    Declaration

    Swift

    public let userSearchMatching: String?
  • The directory search scope for the user. If set to true, scope is to search the entire sub-tree.

    Declaration

    Swift

    public let userSearchSubtree: Bool?
  • Undocumented

    Declaration

    Swift

    public init(hosts: [String]? = nil, roleBase: String? = nil, roleName: String? = nil, roleSearchMatching: String? = nil, roleSearchSubtree: Bool? = nil, serviceAccountUsername: String? = nil, userBase: String? = nil, userRoleName: String? = nil, userSearchMatching: String? = nil, userSearchSubtree: Bool? = nil)