How to see cloud rules in ISC any API for this? or any specific setup to see cloud rules?
Please check following
any easy way like using VS code
You can use sp-config APIs to export type RULE and then use Freeformatter for Unescaped the Rule script.
SP-Config | SailPoint Developer Community
Free Online Java or .Net Escape / Unescape Tool - FreeFormatter.com
@shaffusailpoint Do you have SailPoint extension added to VS code? then cloud rules can be viewed(only) there. But to extract the code, you need to unescape it.
so under rules we can able to see cloud connector rules as well?
that’s correct. BuildMap rule is a cloud rule, and I am able to see that rule
Hey @JackSparrow!
If you right click the rule in the ISC VS Code extension (in the blacked out section of your screenshot), click ‘Edit Script’, you can edit the script without having to unescape it.
Saving your changes to this script also re-escapes the script automatically and uploads it appropriately.
Please let me know if this helps!
- Zach
you can see cloud rules using configuration hub. Just go to configuration hub click on create back up select RULE object (you can specify name of Rule to see particular rule) and create back up you will be able to see Id name and script of cloud rule.