Enterprise Recon 2.12.0
Match Severity
The DATA_MATCH_SEVERITY table defines the possible severity levels (e.g. test, match, prohibited) of matched patterns.
Column Number | Key | Column Name | Data Type | Description |
---|---|---|---|---|
1 | Primary Key | SEVID | integer NOT NULL | Severity level for the matched pattern. |
2 | - | LABEL | varchar(128) | Name or label (e.g. test, match, prohibited) for the match severity level. |
Sample data:
SEVID | LABEL |
---|---|
1 | Test |
2 | Match |
3 | Prohibited |