KeyValuePair Data Type

A generic key/value pair.

Used to represent LDAP attribute mappings in LDAP User Source configurations

Properties
name data type description
key string
value string

Example

{
  "key" : "...",
  "value" : "..."
}