The report should include these items, as shown in the screenshot.
If anyone has experience with creating a similar report or knows the steps to achieve this, I would greatly appreciate your guidance. Thank you in advance!
@shruthi_m is this application is connected or disconnected ?
For disconnected you can run aggregation task so it will bring updated data.And also revocation phase you can set 7 days so it will check the status upto 7 days and mark them completed.
For connected : you need to see what is the error from audit or logs or provisioning transaction
If you are expecting a input on report, then you can explore below option.
Write a rule runner task, which should take certification name as input. Later you can iterate the certification items and consider the action (CertificationAction). Once you get the list of revoked item values, search spt_identity_entitlement using the certification_item id. If the entitlement is not removed, you’ll see the entry and write the details into your report.