Indicates the value of requiresPeriodicRefresh attribute for the identity profile.
And, guess what; it gets set to true if any transforms used in the Identity Profile have requiresPeriodicRefresh=true. Remove the time based transforms and it gets set to false.
I suspect then, that, if any transforms have it set, it will trigger an Identity Refresh and all will get refreshed.
TBH, I haven’t done extensive investigations, these are just initial observations, and I probably won’t dig deeper, but thought I would share with the community.
So if you’re understanding is true, then there’s no way to choose what transforms are evaluated on the nightly sync? Basically if it sees requiresPeriodicRefresh anywhere, it will process all identity attributes on that profile at the nightly sync? That would align why I was seeing nested transforms that had requiresPeriodicRefresh also work.
To be honest, I don’t understand why this isn’t a default… maybe to save SailPoint compute resources?
That’s my suspicion, yes, and your post was one of the ones that got me thinking. I suspect it is the equivalent of a manual Identity refresh. The test would be to have one attribute with requiresPeriodicRefresh as true and another as false and see whether the second gets refreshed.
I recently connected with SailPoint Professional Services to get some clarity on this, and multiple Solutions Architects confirmed that the 8 PM refresh is evaluated strictly on a per-attribute basis.
This debunks the theory that enabling requiresPeriodicRefresh on a single attribute triggers a blanket refresh across all attributes during the evening sync. Only the specific transforms with the flag enabled will be evaluated.
Because of this, PS strongly advised against setting this flag on transforms that do not rely on time-based changes, purely for performance reasons. While it might not matter for smaller organizations, the performance impact is highly noticeable in environments with a large identity attribute footprint (my current client has over 70, for example).
I did specifically ask for official documentation to back this up. While there doesn’t appear to be any public-facing documents available right now, the consensus among the SAs makes this the most definitive answer we have on this somewhat “unknown” feature.
Hi WADR @j_placerequiresPeriodicRefreshThis flag is an enabled date comparison between the start date and end date. When the data is null, the user will need to reevaluate it in prehire scenarios. This includes which indicates whether this transform logic should be reevaluated every evening as part of the identity refresh process.
Just to confirm, the 02:12:28 time provided there is supposed to be when the 8PM refresh occurred? I would expect everything to be evaluated on the 8AM, but if that’s the 8PM then I’m afraid I need to have a discussion (again) with the Solution Architects.
The requiresPeriodicRefresh option is there to force us to include the Identities with this configured on their IdentityProfiles into the 8pm refresh. Any time an Identity is refreshed […], all attributes are re-evaluated.