Properties
Use to select one option from a list that is populated from the result of an LDAP query.
Configuration
Name
Desciption
Default value
Mandatory
{
"id": "selectedManager",
"type": "ActiveDirectorySingleSelect",
"config": {
"attributes": [
"displayName",
"sAMAccountName"
],
"base_dn": "OU=Product_Testing,DC=company,DC=local",
"scope": "SUB",
"pre_filter": "(distinguishedName={{flow.manager}})",
"filter": "(&(|(givenName={{search_query}})(sn={{search_query}}))(!(sAMAccountName={{flow.selectedUser}})))",
"display_key": "cn",
"value_key": "distinguishedName"
}
}