LDAPDeleteValve

Valve for deleting entries in an LDAP Directory.

Valve operates on the Current Item Set and will process all Items surviving the common item filtering rules.

Note: Processed Items will not be removed from CIS. To remove Items, use RemoveItemValve.

Properties

Name Description Default value Mandatory Supports property expansion
connection_ref Id of LDAP connection to use. Must refer to a connection of type 'LDAP' Yes No
item_id_pattern Regex pattern for item ids to perform operations on. Items with ids that doesn’t match the regex will be filter out. '.*' (include all items ) No No

Example Configuration

{
        "name": "LDAPDeleteValve",
        "config": { 
              "connection_ref":"b0f2ddff-9585-47c5-9286-2bee2b731197" 
        }
}

Requirements

Item set must have at least one entry.