Hello,
Do you know if it is possible to get historic data on source aggregations, for example to see which accounts got modified on which date, or when an account was first picked up on a source?
Thank you
Hello,
Do you know if it is possible to get historic data on source aggregations, for example to see which accounts got modified on which date, or when an account was first picked up on a source?
Thank you
Where you would get that depends on what is modifying the account. Is IdentityNow doing the modification or is the account being modified directly in the source outside of IdN?
If IdN is doing the changes, you can utilize search. If you want to run a search that will return all account create or account modify events, your search would be
name:"Create Account" OR name:"Modify Account"
If you wanted to narrow it down to a specific source, you would do
(name:"Create Account" OR name:"Modify Account") AND attribtues.sourceName:"Active Directory"
This assumes of course the source name is “Active Directory”, so you will have to modify to suit your needs.
If the change is occurring outside of IdN, you may need to turn on Native Change Detection for that source to capture those events
Expanding on @mcheek’s answer: you would probably need Native Change Detection for accounts created on the source itself.
You could combine the standard functionality of NCD with the workflow triggers for NCD to capture them on your desired format. For reference, see Native Change Account Created.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.