SAILPOINT-CERTIFIED-IDENTITYIQ-ENGINEER · Question #91
Can the rule library named Common Rules Library" be included in a Rule by adding this code? Solution:
The correct answer is A. Yes. Yes, the code provided in the second image is correct for including a rule library named "Common Rules Library" in a Rule. The correct syntax is to use class="sailpoint.object.RuleLibrary" and specify the name of the rule library. This allows the Rule to reference the functions…
Question
Can the rule library named Common Rules Library" be included in a Rule by adding this code? Solution:
Options
- AYes
- BNo
How the community answered
(26 responses)- A77% (20)
- B23% (6)
Explanation
Yes, the code provided in the second image is correct for including a rule library named "Common Rules Library" in a Rule. The correct syntax is to use class="sailpoint.object.RuleLibrary" and specify the name of the rule library. This allows the Rule to reference the functions and logic defined in the "Common Correct Syntax (from the second image): <ReferenceRules> <Reference class="sailpoint.object.RuleLibrary" name="Common Rules Library"/> </ReferenceRules> SailPoint IdentityIQ Configuration Guide (Rule and Rule Library Management)
Topics
Community Discussion
No community discussion yet for this question.