Violation¶
| Field | Type | Description |
|---|---|---|
| message | string | User friendly message that explains the violation. |
| match_or_rule_id | string | The match or rule ID that this violation is associated with. Only used in v3. |
Example¶
JSON
{
"match_or_rule_id": "actn_ghi789",
"message": "Example text"
}