Examples hub
Copyable IdentityIQ examples: rules, provisioning plans, workflows and connector configuration you can adapt.
This module collects practical, adaptable examples, BeanShell rules, provisioning plan XML, workflow snippets and connector settings, so you can start from working code rather than a blank page. Each example is small, commented and tied to the concept it demonstrates.
- Working, commented examples to adapt
- Covers rules, plans, workflows and connectors
- Start from a sample, not a blank page
- Each example links to its concept module
- Keep adapted code in a rule library
The examples hub collects working, copy-ready code across every part of SailPoint you customise, rules, workflows, provisioning plans, connector configuration, REST calls, Java, XML and BeanShell, so you can learn by adapting real snippets rather than starting from a blank page.
What this module covers
Each example page shows genuine, commented code for one area, with the context it runs in and guidance on adapting it. Together they cover the practical customisation surface of IdentityIQ.
What you will find here
- Rule examples, correlation, build-map, provisioning (BeanShell).
- Workflow examples, approval steps, transitions, computed approvers.
- Provisioning examples, building account and attribute requests.
- Connector, REST, Java, XML and BeanShell examples.
How to use it
Start from the example closest to your need, understand what each line does, then adapt identifiers and logic to your environment. Always test customisations in a lower environment before production.
Common pitfalls
- Copying without understanding the context a snippet needs.
- Skipping null-safety when adapting rules.
- Deploying examples straight to production.