Class: XmlLdapAttributeSimple

tibco.objectapi.de.XmlLdapAttributeSimple

new XmlLdapAttributeSimple()

Definition of an attribute of an organization model entity, giving its name and value(s). Constructs a new XmlLdapAttributeSimple.

The following features are supported:

Members

name :string

Name of the resource attribute within the organization model (NOT the name of any LDAP attribute from which it takes its value). Exception: When returned as part of a listLDAPAttributesResponse, name of the LDAP attribute. This property holds the value of the 'Name' attribute.
Type:
  • string

value :Array.<string>

List of the values held by the resource attribute. An organization model entity that references an LDAP attribute can hold more than one value. This property holds the value of the 'Value' attribute list.
Type:
  • Array.<string>