_id |
String |
A unique resource ID for the set. |
created |
String |
The timestamp that indicates when the set was created. |
createdBy |
String |
The consumer who created the set. |
lastModified |
String |
The timestamp that indicates when the set was last modified. |
lastModifiedBy |
String |
The consumer who last updated the set. |
active |
Boolean |
Specifies if the set will be processed by the platform. |
name |
String |
Identifies the set in a human readable way and is unique inside a contract. |
contractId |
String |
A resource ID that specifies to which contract the set belongs. |
rules |
Array |
The filter rules that determine if a content item is rejected or accepted. Each element is a rule object. |
or |
Boolean |
Specifies if all rules must be evaluated before determining if a content item should be rejected or if we can stop processing the rules as soon the first rule evaluates to true , rejecting the content item. The first happens when the or property is set to true . The latter happens when the or property is set to false , this is the default behavior. |
preCondition |
Object |
A rule object that must evaluate to true before the filter rules will be evaluated. The entire set will be skipped when the precondition evaluates to false . |