Class: XmlCandidateQueryExport

tibco.objectapi.de.ldap.XmlCandidateQueryExport

new XmlCandidateQueryExport()

Definition of a Candidate Query associated with the enclosing LDAP Container definition. Constructs a new XmlCandidateQueryExport.

The following features are supported:

Members

baseDn :string

Optionally provides a base DN that will be used to restrict the results. This base DN is relative, and in additon, to any base DN specified in the Primary LDAP Source on which the search will be performed. This property holds the value of the 'Base Dn' attribute.
Type:
  • string

dynamic :boolean

Indicates that this candidate query was generated as a part of a dynamic model generation. This property holds the value of the 'Dynamic' attribute.
Type:
  • boolean

entityType :tibco.objectapi.common.organisation.OrganisationalEntityType

Enumerated value defining the type of the organization model entity. This property holds the value of the 'Entity Type' attribute.
Type:

guid :string

Globally unique ID of the organization model entity. (Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.) This property holds the value of the 'Guid' attribute.
Type:
  • string

query :string

The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources. This property holds the value of the 'Query' attribute.
Type:
  • string

searchScope :tibco.objectapi.de.base.XmlLdapSearchScope

Enumerated value indicating the scope on which an LDAP search is to be performed. This property holds the value of the 'Search Scope' attribute.
Type: