Skip to content

/AWS1/CL_GDYTHREATDETECTEDBY00

Contains details about identified threats organized by threat name.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_itemcount TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER

Total number of infected files identified.

iv_uniquethreatnamecount TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER

Total number of unique threats by name identified, as part of the malware scan.

iv_shortened TYPE /AWS1/GDYBOOLEAN /AWS1/GDYBOOLEAN

Flag to determine if the finding contains every single infected file-path and/or every threat.

it_threatnames TYPE /AWS1/CL_GDYSCANTHREATNAME=>TT_SCANTHREATNAMES TT_SCANTHREATNAMES

List of identified threats with details, organized by threat name.


Queryable Attributes

ItemCount

Total number of infected files identified.

Accessible with the following methods

Method Description
GET_ITEMCOUNT() Getter for ITEMCOUNT, with configurable default
ASK_ITEMCOUNT() Getter for ITEMCOUNT w/ exceptions if field has no value
HAS_ITEMCOUNT() Determine if ITEMCOUNT has a value

UniqueThreatNameCount

Total number of unique threats by name identified, as part of the malware scan.

Accessible with the following methods

Method Description
GET_UNIQUETHREATNAMECOUNT() Getter for UNIQUETHREATNAMECOUNT, with configurable default
ASK_UNIQUETHREATNAMECOUNT() Getter for UNIQUETHREATNAMECOUNT w/ exceptions if field has
HAS_UNIQUETHREATNAMECOUNT() Determine if UNIQUETHREATNAMECOUNT has a value

Shortened

Flag to determine if the finding contains every single infected file-path and/or every threat.

Accessible with the following methods

Method Description
GET_SHORTENED() Getter for SHORTENED, with configurable default
ASK_SHORTENED() Getter for SHORTENED w/ exceptions if field has no value
HAS_SHORTENED() Determine if SHORTENED has a value

ThreatNames

List of identified threats with details, organized by threat name.

Accessible with the following methods

Method Description
GET_THREATNAMES() Getter for THREATNAMES, with configurable default
ASK_THREATNAMES() Getter for THREATNAMES w/ exceptions if field has no value
HAS_THREATNAMES() Determine if THREATNAMES has a value