Identity Management (MOSC)

MOSC Banner

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center