Targeted Certification -

Which IIQ version are you inquiring about?

8.3 p4

Please share any images or screenshots, if relevant.

Share all details about your problem, including any error messages you may have received.

Hello, I’m doing a targeted certification for a single entitlement, and I want each user to approve or revoke his own access to that entitlement. I have found postings about using a pre-delegation rule to change the certifier to the user, but this is apparently not for targeted reviews. I need help with creating a rule of type certifier to reassign the review to the user. I was trying to use the same logic from the following pre-delegation rule and make it work for a certifier rule, but it does not seem to work:

import sailpoint.object.Identity;
import sailpoint.object.Certification;
import sailpoint.object.CertificationEntity;

Map results = new HashMap();

results.put("recipient", context.getObjectByName(Identity.class, entity.getIdentity()));
results.put("description", "Please certify your access");
results.put("comments", "Please determine whether it is appropriate for your job function.");

results.put("reassign", true);

return results;
</Source>
</Rule>

If anyone can share any insight on how to accomplish writing such a rule, I would appreciate it. Thanks.

@regilicha check this link, let me know if that does not help.

Individual Active Directory group certification - Compass

1 Like

Thank you! That post helped me accomplish exactly what I needed to do. I appreciate it.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.