mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Update index.md
This commit is contained in:
@@ -15,6 +15,13 @@ tags: ['Rules']
|
||||
|
||||
In SailPoint solutions, rules serve as a flexible configuration framework implementers can leverage to preform complex or advanced configurations. Though rules allow some advanced flexibility, you must take special considerations when you are deciding to implement rules.
|
||||
|
||||
## Java Beanshell
|
||||
|
||||
Rules in IdentityNow are written in Java Beanshell, a lightweight scripting language that allows you to define custom logic and behavior within the rules. Java Beanshell provides a familiar syntax similar to Java, making it easier for implementers to create and maintain rule configurations.
|
||||
|
||||
For more information about Java Beanshell, you can refer to the [Java Beanshell Documentation](https://github.com/beanshell/beanshell/wiki).
|
||||
|
||||
|
||||
## Rule Execution
|
||||
|
||||
IdentityNow is a multi-tenant cloud solution, and its architecture varies differently from other SailPoint products like IdentityIQ. Therefore, the way rules execute within IdentityNow reflects the architectural design considerations the platform was built on. These considerations determine the rule's limitations.
|
||||
@@ -36,10 +43,6 @@ For more details, see [Cloud Rules](./cloud-rules/index.md).
|
||||
|
||||
For more details, see the [Connector Rules](./connector-rules/index.md).
|
||||
|
||||
## Java Beanshell Support
|
||||
|
||||
It's worth noting that rules in IdentityNow are written in Java Beanshell, a lightweight scripting language that allows you to define custom logic and behavior within the rules. Java Beanshell provides a familiar syntax similar to Java, making it easier for implementers to create and maintain rule configurations.
|
||||
|
||||
## Support Considerations
|
||||
|
||||
Though IdentityNow shares some common functionality with other SailPoint products like IdentityIQ, the same rules are not necessarily supported, nor do they necessarily execute the same way or with the same context and variables. SailPoint recommends that you become familiar with which rules execute with which products, as well as the nuances in their execution contexts.
|
||||
|
||||
Reference in New Issue
Block a user