Sunday, August 2, 2020

Account Group Aggreagation

# For suppose if you are storing Users and Groups in same Organizational Unit : Whenever you are running Account Aggregation task then all the accounts and groups will come into Sailpoint but if any Groups / Entitlements don't any members that time those groups will not come into Sailpoint.
# Description will populate for groups / entitlements, whenever you will run the Group aggregation task runs.

Configuration of Account Group Aggregation Task : 
# Login to Sailpoint
# Navigate to Setup    --->    Tasks    ----> New Task    --->    --->    Account Group Aggregation
# Provide the Name and Description in Standard Properties
# Account Group Aggregation :
  •       Select the applications to scan : LDAP Groups
  •       Filter object types to scan : If you want import / pull specific type then provide here {if required       (Optional) }
  •       Enable Delta Aggregation : {if required (Optional) }
  •       Automatically promote descriptions to this locale : Select en_US
  •       Description attribute (default "description") : description (If you defined any custom attribute for       description then provide that attribute name)
  •       Group Aggregation Refresh Rule  :    If you want populate owner of the groups / entitlements then write rule and select that rule here

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...