This is the companion discussion topic for the documentation at https://documentation.sailpoint.com/saas/help/common/emails/et_certs_certcreated.html
This is the companion discussion topic for the documentation at https://documentation.sailpoint.com/saas/help/common/emails/et_certs_certcreated.html
Hi,
Is there a way to get the full details of the certification object? I am interested in the description.
By printing $certification I get the following:
sailpoint.object.Certification@XXXX[id=ID_xyz,name=Identity Access Review for Spiros Grammatakis]
I would assume that it should also include something about $certification.certificationGroups but it does not. On the other hand $certification.type works although it does not appear in the original output.
Looking at other templates like the “SOD Policy Scheduled Evaluation one” if I print $searchResults I do get quite an extensive list.
searchResults is a “Map” but certification is an “Object”. It seems like I should be able to access more than the ones shown in the variable output but it is not the case.