Documentation on objects in IIQ

When writing email templates in IIQ, the template is assigned a bunch of input objects of various type e.g. the Remediation Notification template has these as input:

item: CertificationItem
remediationDetails: ProvisioningPlan
identity: Identity
comments: string
requesterName: string
requester: Identity

I have looked for these objects in the javadocs that comes with the installation on the url: /doc/javadoc but it seems very incomplete.

Where cani find the complete documentation?

Thanks
Michael

@mlf11 :The IIQ javadoc cover most core classes, but not all template input objects.
You can find partial details in the SailPoint IdentityIQ Application Developer Guide
For more detailed exploration, you can inspect these classes directly from identityiq.jar using an IDE like IntelliJ or Eclipse thanks.

@mlf11

Please find the guide below for IIQ Object Model:

https://community.sailpoint.com/t5/Technical-White-Papers/IdentityIQ-Object-Model-and-Usage/ta-p/75090

This will have full info about all the objects that are present in IIQ.

1 Like

Thanks, these links did provide some insight to the objects, but it is still not complete, for example i can find some info on the ProvisioningPlan object but not the AccountRequest object. In the Remediation Notification template i see:

$remediationDetails.getModifiedAccountRequests()

This method is not documented, but i can deduct that it must return a list of AccountRequest objects.

The documentation is way too scattered.

So again, where do i find the complete documentation?

Thanks
Michael

If you are looking for API or method-specific documentation, then it will be found in your IIQ instance.

http://:/identityiq/doc/javadoc

1 Like

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