Thursday, February 11, 2021

Life Cycle Event

Life Cycle Events ::-

# Cube creation (Joiner)

# Change in the inactive attribute (Leaver)

# Attribute change or change in manager (Mover)

# Custom detected change (Rule Based) 

Joiner Event ::- If a person joins the Organization

Mover Event ::- If a person department is changed or manager changed ( Attribute changed )

Leaver Event ::- If a person leaves from the Organization

Note: The terms Business Process and Workflow are synonymous. The IdentityIQ user interface refers to these terms as Business Processes which is the term business managers use most often. The IdentityIQ object model and XML use the term Workflows. 

# An integral part of Lifecycle Manager and Provisioning is our workflow engine. 

# Workflows within IdentityIQ are called Business Processes. 

# All Lifecycle Manager provisioning requests and Lifecycle Events initiate a workflow.


What is Event Type in IIQ ? 

# Event Type specifies  that when the life cycle should be trigger

What is disabled option in life cycle event ?

# If you don't want to trigger any specific event we will check (by default checked) that event

# If you want trigger any events, we will uncheck the event.

What is Included Identities in Life Cycle Event ?

# If this life cycle event or specific life cycle event should trigger for specific users / all users / as per our business requirement we will select from the drop down menu (All / Match List / Rule / Script).

High Level steps of Joiner Workflow ::

# Create the Provision plan

# Compile the provisioning plan into provisioning project

# Provision the user 


No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...