What are the event handler details required for it to trigger after User Resource Account update?
What operation and entity type values should be selected for a post process event handler for it to trigger when the user resource account is updated from the target system?
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernel orchestration-handlers.xsd">
<action-handler class="oim.eventhandler.blah" entity-type="TYPE" operation="OPERATION" name="EventHanlder" stage="postprocess" order="xxxx" sync="TRUE"/>
</eventhandlers>
So that when the data is updated in process form, it should trigger the event handler:
Should it be:
TYPE: Resource
Operation: Update/Modify
So far, I am aware of the following:
Entity Type = User