Hi,
Is there a option in ISC to detect new entitlements that came as part of entitlement aggregation?
Hi,
Is there a option in ISC to detect new entitlements that came as part of entitlement aggregation?
What would you like the outcome of the detection to be? Notification? Email? What action?
@nbhansali I need to create an access profile for the new entitlements detected.
Is this for a specific source?
@nbhansali Yes, Thats correct
I don’t think there is any OOTB feature for this. But this can be achieved via PowerShell script. You can call below API to get list of enlistments (filter with source ID) and do the comparison for each day. If there is any new entitlement added, just notify yourself by sending email.
Hi Chandra,
There is no native functionality for detecting new entitlements in ISC. I have setup a python script in the past that did what Theja mentioned above. The script did the following things:
If the source owner could call your script with the new entitlements ids that were created that day you could skip the second step above as well.
Thanks,
Liam
You could create a workflow that triggers the entitlement aggregation then use IDN Search query to see which ones are new. Query below finds entitlements created in the last 10 minutes.
created:[now-10m TO now] AND sourceSchemaObjectType:*
Then use the workflow downstream from that to do whatever you need with that info. The HTTP Request node in the workflows can be called against IdentityNow against any of their API’s
We have some of our aggregations being ran from the workflow just so we can control the optimized/non-optimized aspect of it.
Extending this question further, what would be the best way to mark any new entitlement’s requestable flag as false. This should happen only on new entitlements. Any existing entitlement’s flag should persist. This would be for all sources and not specific to certain source.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.