Class: ListAttributeNamesType

tibco.objectapi.de.directory.ListAttributeNamesType

new ListAttributeNamesType()

Constructs a new ListAttributeNamesType.

The following features are supported:

Members

baseDn :string

The base DN to which the query is to be 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

ldapAlias :string

Identifies the LDAP connection shared resource on which the LDAP query is to be evaluated. LDAP connection shared resource 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 to be evaluated. The query must conform to the RFC 2254 LDAP Search Filter standard. This property holds the value of the 'Ldap Query' attribute.
Type:
  • string

sampleSize :number

The maximum number of random example LDAP entries to be returned. This property holds the value of the 'Sample Size' attribute.
Type:
  • number

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 property holds the value of the 'Search Scope' attribute.
Type: