Configuration Guide

riskRule

Property Name

Type

Mandatory

Description

name

String

Mandatory

The name of the rule.

The system returns this value in the RBA output if the rule matched.

enabled

Boolean

optional

  • true: Enable the rule

  • false: Disable the rule

Default value: true

riskCorrection

Int

Mandatory

The risk correction to apply if matchingCondition matches.

Enter a:

  • Positive value to increase the risk.

  • Negative value to decrease the risk.

Default value: 0.

matchingCondition

RuleDefinition

Mandatory

Enter a ConditionRule in groovy script to determine whether this rule matches or not.

If there is no conditionRule the policy always matches.

To know more, see RBA Rule definition.