A generic key/value pair.
Used to represent LDAP attribute mappings in LDAP User Source configurations
| 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>