| Name |
Type |
Writable |
Restrictions |
Description |
| description |
string |
V |
|
Short Rule Description |
| ruleData |
string |
V |
|
Rule Custom Data to allow saving rule specific information |
| message |
string |
V |
|
Message to be thrown to the player in case the rule is fulfilled |
| code |
string |
V |
|
Code to be thrown to the player in case the rule is fulfilled |
| actions |
array of KalturaRuleAction |
V |
|
Actions to be performed by the player in case the rule is fulfilled |
| conditions |
array of KalturaCondition |
V |
|
Conditions to validate the rule |
| contexts |
array of KalturaContextTypeHolder |
V |
|
Indicates what contexts should be tested by this rule |
| stopProcessing |
bool |
V |
|
Indicates that this rule is enough and no need to continue checking the rest of the rules |
| forceAdminValidation |
KalturaNullableBoolean |
V |
|
Indicates if we should force ks validation for admin ks users as well |