# Active Directory - New entry trigger
# New/updated entry
This trigger picks up entries that are created/updated in your Active Directory instance. Each entry is processed as an individual job. It checks for new/updated entries once every poll interval.
New/updated entry trigger
# Input fields
Input field | Description |
---|---|
Sample entry DN | Used to introspect the attributes in your entry object. Give a distinguished name of an existing entry. Attributes of this object will be available in the output fields of this trigger. |
When first started, this recipe should pick up events from | Entries that are created/updated after this date and time will be processed in the trigger. If left blank, the trigger will pick up entries created/updated 1 hour before the first time this recipe is started. |
Entry search filter |
Use this to filter the entries to be processed by this trigger. For example, use &(ou=Dev)(objectClass=Person) to pick up only Person entries from the Dev organization unit.
|
# Output fields
The output of this trigger is a single entry. The attributes of each entry is based on the Sample entry DN provided in the trigger input.
Entry output fields
Last updated: 2/4/2020, 3:28:12 PM