keyValuePair Data Type

A generic key/value pair.

Used to represent LDAP attribute mappings in LDAP User Source configurations

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
key string element 0/1  
value string element 0/1  

Example

<pair>
  <key>...</key>
  <value>...</value>
</pair>