/AWS1/CL_IMGSEVERITYCOUNTS¶
Includes counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified filter.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_all TYPE /AWS1/IMGSEVERITYCOUNTNUMBER /AWS1/IMGSEVERITYCOUNTNUMBER¶
The total number of findings across all severity levels for the specified filter.
iv_critical TYPE /AWS1/IMGSEVERITYCOUNTNUMBER /AWS1/IMGSEVERITYCOUNTNUMBER¶
The number of critical severity findings for the specified filter.
iv_high TYPE /AWS1/IMGSEVERITYCOUNTNUMBER /AWS1/IMGSEVERITYCOUNTNUMBER¶
The number of high severity findings for the specified filter.
iv_medium TYPE /AWS1/IMGSEVERITYCOUNTNUMBER /AWS1/IMGSEVERITYCOUNTNUMBER¶
The number of medium severity findings for the specified filter.
Queryable Attributes¶
all¶
The total number of findings across all severity levels for the specified filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALL() |
Getter for ALL, with configurable default |
ASK_ALL() |
Getter for ALL w/ exceptions if field has no value |
HAS_ALL() |
Determine if ALL has a value |
critical¶
The number of critical severity findings for the specified filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRITICAL() |
Getter for CRITICAL, with configurable default |
ASK_CRITICAL() |
Getter for CRITICAL w/ exceptions if field has no value |
HAS_CRITICAL() |
Determine if CRITICAL has a value |
high¶
The number of high severity findings for the specified filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIGH() |
Getter for HIGH, with configurable default |
ASK_HIGH() |
Getter for HIGH w/ exceptions if field has no value |
HAS_HIGH() |
Determine if HIGH has a value |
medium¶
The number of medium severity findings for the specified filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIUM() |
Getter for MEDIUM, with configurable default |
ASK_MEDIUM() |
Getter for MEDIUM w/ exceptions if field has no value |
HAS_MEDIUM() |
Determine if MEDIUM has a value |