nerdexam
SailPoint

SAILPOINT-CERTIFIED-IDENTITYIQ-ENGINEER · Question #90

Can the rule library named Common Rules Library" be included in a Rule by adding this code? Solution:

The correct answer is B. No. No, the code snippet provided in the image is incorrect for including a rule library named "Common Rules Library" in a Rule. The correct syntax should reference the sailpoint.object.RuleLibrary class if the intent is to include a Rule Library, as seen in the second image. The…

Rules and Scripting

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

(60 responses)
  • A
    18% (11)
  • B
    82% (49)

Explanation

No, the code snippet provided in the image is incorrect for including a rule library named "Common Rules Library" in a Rule. The correct syntax should reference the sailpoint.object.RuleLibrary class if the intent is to include a Rule Library, as seen in the second image. The first image incorrectly references the sailpoint.object.Rule class, which is not suitable for a rule library inclusion. Correct Syntax (as shown in the second image): <ReferenceRules> <Reference class="sailpoint.object.RuleLibrary" name="Common Rules Library"/> </ReferenceRules> SailPoint IdentityIQ Configuration Guide (Rule and Rule Library Management)

Topics

#rule library#Common Rules Library#rule inclusion#BeanShell

Community Discussion

No community discussion yet for this question.

Full SAILPOINT-CERTIFIED-IDENTITYIQ-ENGINEER Practice