| _id |
String |
A unique resource ID for the list. |
| created |
String |
The timestamp that indicates when the list was created. |
| createdBy |
String |
The consumer who created the list. |
| lastModified |
String |
The timestamp that indicates when the list was last modified. |
| lastModifiedBy |
String |
The consumer who last updated the list. |
| active |
Boolean |
Specifies if the list will be processed by the platform. |
| name |
String |
Identifies the list in a human readable way and is unique inside a contract. |
| contractId |
String |
A resource ID that specifies to which contract the list belongs. |
| type |
String |
The list type. Either strings or patterns. |
| entries |
Array |
Contains rule values. Depending on the list type, the entries are either plain strings or string patterns. |