# Active Directory - New entry trigger
# New entry
This trigger picks up new entries that are created in your Active Directory instance. Each entry is processed as an individual job. It checks for new entries once every poll interval.
New entry trigger
# Input fields
Input field | Description |
---|---|
Sample entry DN | Provide the unique name of an existing entry to retrieve its attributes. The attributes of this entry are available in the trigger output fields. |
When first started, this recipe should pick up events from | Specify the date and time to start processing entries. The trigger processes entries created after this date and time. If left blank, the trigger picks up entries created one hour before the first time this recipe starts. Learn more about this input field. |
Entry search filter | Define a filter to select the entries this trigger processes. 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: 8/28/2024, 8:43:06 PM