Class: XmlResourceAttributeValue

tibco.objectapi.de.base.XmlResourceAttributeValue

new XmlResourceAttributeValue()

Identifies Resource Attribute and the values assigned to a Resource. Constructs a new XmlResourceAttributeValue.

The following features are supported:

Members

guid :string

The GUID that uniquely identifies the resource attribute. This property holds the value of the 'Guid' attribute.
Type:
  • string

label :string

The name of the resource attribute used for display purposes. This property holds the value of the 'Label' attribute.
Type:
  • string

ldapAlias :string

If the resource attribute takes its value from an LDAP attribute, this names the LDAP shared resource from which the LDAP entry was retrieved. This property holds the value of the 'Ldap Alias' attribute.
Type:
  • string

ldapAttribute :string

If the resource attribute takes its value from an LDAP attribute, this names the LDAP attribute from which the values were retrieved. This property holds the value of the 'Ldap Attribute' attribute.
Type:
  • string

ldapBinary :boolean

If the resource attribute takes its value from an LDAP attribute, this indicates whether its values are binary data. Binary values are encoded in Base-64. This property holds the value of the 'Ldap Binary' attribute.
Type:
  • boolean

ldapDn :string

If the resource attribute takes its value from an LDAP attribute, this is the DN of the LDAP entry from which the values were retrieved. This property holds the value of the 'Ldap Dn' attribute.
Type:
  • string

name :string

The name of the resource attribute. This property holds the value of the 'Name' attribute.
Type:
  • string

type :tibco.objectapi.de.XmlParameterType

Indicates the data type of the attribute values. This property holds the value of the 'Type' attribute.
Type:

value :Array.<string>

The collection of values assigned to this attribute instance. This property holds the value of the 'Value' attribute list.
Type:
  • Array.<string>