Skip to content

/AWS1/CL_IN2SEVERITYCOUNTS

An object that contains the counts of aggregated finding per severity.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_all TYPE /AWS1/IN2LONG /AWS1/IN2LONG

The total count of findings from all severities.

iv_medium TYPE /AWS1/IN2LONG /AWS1/IN2LONG

The total count of medium severity findings.

iv_high TYPE /AWS1/IN2LONG /AWS1/IN2LONG

The total count of high severity findings.

iv_critical TYPE /AWS1/IN2LONG /AWS1/IN2LONG

The total count of critical severity findings.


Queryable Attributes

all

The total count of findings from all severities.

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

medium

The total count of medium severity findings.

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

high

The total count of high severity findings.

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

critical

The total count of critical severity findings.

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