Use this category to view and download Identity Security Cloud (ISC) rules built by the community.
You must update all inputs in the rule to match the inputs in your Identity Security Cloud environment before uploading to your environment. If you are unfamiliar with rules at this stage, please read the rules documentation before using any CoLab items.
There are two types of rules in Identity Security Cloud: cloud rules and connector rules. It is important to know the difference in steps when you’re using rules from the CoLab.
Cloud Rules
Follow these steps to download and use a cloud rule from the CoLab:
-
Choose a cloud rule that you want in the CoLab and click the GitHub link to download the rule.
-
Download the cloud rule from GitHub.
-
Open the cloud rule in your preferred code editor (we recommend Visual Studio Code if you do not have one).
-
Read the documentation specified in your cloud rule’s CoLab topic to identify all the inputs you must update in the cloud rule to reflect your environment. Carefully replace each input. Then save the file.
-
Before submitting your cloud rule, test your rule logic with the Rule Development Kit
-
Run the Rule Validator against your cloud rule to validate syntax and code usage.
-
Submit your cloud rule for upload to Identity Security Cloud.
Connector Rules
Follow these steps to download and use a connector rule from the CoLab:
-
Download the connector rule you want from the #colab:rules category.
-
Open the connector rule in your preferred code editor (we recommend Visual Studio Code if you do not have one).
-
Identify all the inputs you must update in the connector rule to reflect your environment. Carefully replace each input. Then save the file.
-
Before uploading your connector rule, test your rule logic with the Rule Development Kit.
-
Format your connector rule with a Java Escaping tool like Free Formatter.
-
Upload your connector rule via API https://developer.sailpoint.com/idn/api/beta/create-connector-rule.