Class: ListAttributeNamesResponseType

tibco.objectapi.de.directory.ListAttributeNamesResponseType

new ListAttributeNamesResponseType()

Constructs a new ListAttributeNamesResponseType.

The following features are supported:

Members

attribute :Array.<tibco.objectapi.de.base.XmlLdapAttribute>

The collection of attribute names resolved from the LDAP entries identified by the given LDAP query. This property holds the value of the 'Attribute' containment reference list.
Type:

baseDn :string

The base DN to which the query was restricted. This will be relative to, and in addition to, any base DN specified in the LDAP Connection Shared Resource's URL. This property holds the value of the 'Base Dn' attribute.
Type:
  • string

entryCount :number

The number of LDAP entries encountered in the search. This property holds the value of the 'Entry Count' attribute.
Type:
  • number

ldapAlias :string

Identifies the LDAP connection shared resource on which the LDAP query was evaluated. LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix. This property holds the value of the 'Ldap Alias' attribute.
Type:
  • string

ldapQuery :string

The LDAP query that was evaluated. This property holds the value of the 'Ldap Query' attribute.
Type:
  • string

sampleEntry :Array.<tibco.objectapi.de.base.XmlLdapEntry>

The collection of sample LDAP entries resolved by the given LDAP query. This property holds the value of the 'Sample Entry' containment reference list.
Type:

searchScope :tibco.objectapi.de.base.XmlLdapSearchScope

The Search Scope determines the depth to which the search will be performed. By default the search will be SUBTREE. This is only returned if it was specified in the request. This property holds the value of the 'Search Scope' attribute.
Type: