Rules in Sailpoint

Rules in Sailpoint

Below are few commonly used rules in Sailpoint

Sailpoint rules gets executed in the below order during aggregation
Flow:
  1. Pre-Iterate Rule
  2. BuildMap Rule
  3. Managed Entitlement Customization Rule
  4. Customization rule
  5. Correlation rule
  6. Manager correlation rule
  7. Creation rule
  8. PostIterate Rule

Pre-Iterate Rule:
1st rule that runs during aggregation
You can perform below operations in this rule
Check file existence
Modify the data in the files
Merge files


BuildMap Rule:
2nd Rule thats runs during aggregation, Using build map rule you can deal with application schema ex: populate value for custom column for the application. Build map is not available for connected apps(JDBC has jdbc buildmap). Available only for disconnected apps like delimited files.

Customization Rule:  Runs after buildmap rule, this can be used to transform data of resource object/account data during account aggregation
Ex: if you have status value as ‘A’ in target and you want to transform this to ‘Active’ then you can go for this Rule.
Use set/get attributes method on resource object already available as ‘object’ as argument for the rule. This rule gets executed in every aggregation.

Correlation Rule: This rule is used to link target account to the identity, executes every aggregation.

Manager Correlation Rule: This is used to link user to manager, runs every time.
Used in HR Applications

Creation Rule: Used to set values during identity/account creation for the first time, Executed only for the first time.

PostIterate Rule: Last rule that runs after aggregation,

Can be used to archive files.

Comments

Post a Comment

Popular posts from this blog

Sailpoint Installation Steps (IdentityIQ 7.3 Installation in Windows Machine)

How to create provisioning plan in Sailpoint