Skip to content

/AWS1/CL_SHBRESFINDINGSSUMMARY

A list of summaries for all finding types on a resource.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_findingtype TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The category or classification of the security finding.

iv_productname TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The name of the product associated with the security finding.

iv_totalfindings TYPE /AWS1/SHBINTEGER /AWS1/SHBINTEGER

The total count of security findings.

Optional arguments:

io_severities TYPE REF TO /AWS1/CL_SHBRESSEVERITYBREAK00 /AWS1/CL_SHBRESSEVERITYBREAK00

A breakdown of security findings by their severity levels.


Queryable Attributes

FindingType

The category or classification of the security finding.

Accessible with the following methods

Method Description
GET_FINDINGTYPE() Getter for FINDINGTYPE, with configurable default
ASK_FINDINGTYPE() Getter for FINDINGTYPE w/ exceptions if field has no value
HAS_FINDINGTYPE() Determine if FINDINGTYPE has a value

ProductName

The name of the product associated with the security finding.

Accessible with the following methods

Method Description
GET_PRODUCTNAME() Getter for PRODUCTNAME, with configurable default
ASK_PRODUCTNAME() Getter for PRODUCTNAME w/ exceptions if field has no value
HAS_PRODUCTNAME() Determine if PRODUCTNAME has a value

TotalFindings

The total count of security findings.

Accessible with the following methods

Method Description
GET_TOTALFINDINGS() Getter for TOTALFINDINGS, with configurable default
ASK_TOTALFINDINGS() Getter for TOTALFINDINGS w/ exceptions if field has no value
HAS_TOTALFINDINGS() Determine if TOTALFINDINGS has a value

Severities

A breakdown of security findings by their severity levels.

Accessible with the following methods

Method Description
GET_SEVERITIES() Getter for SEVERITIES

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RESOURCEFINDINGSSUMMARYLIST

TYPES TT_RESOURCEFINDINGSSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBRESFINDINGSSUMMARY WITH DEFAULT KEY
.