/AWS1/CL_GDYSCANDETECTIONS¶
Contains a complete view providing malware scan result details.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_scanneditemcount
TYPE REF TO /AWS1/CL_GDYSCANNEDITEMCOUNT
/AWS1/CL_GDYSCANNEDITEMCOUNT
¶
Total number of scanned files.
io_threatsdetecteditemcount
TYPE REF TO /AWS1/CL_GDYTHREATSDETECTEDI00
/AWS1/CL_GDYTHREATSDETECTEDI00
¶
Total number of infected files.
io_highestseveritythreatdets
TYPE REF TO /AWS1/CL_GDYHIGHESTSEVERITYT00
/AWS1/CL_GDYHIGHESTSEVERITYT00
¶
Details of the highest severity threat detected during malware scan and number of infected files.
io_threatdetectedbyname
TYPE REF TO /AWS1/CL_GDYTHREATDETECTEDBY00
/AWS1/CL_GDYTHREATDETECTEDBY00
¶
Contains details about identified threats organized by threat name.
Queryable Attributes¶
ScannedItemCount¶
Total number of scanned files.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANNEDITEMCOUNT() |
Getter for SCANNEDITEMCOUNT |
ThreatsDetectedItemCount¶
Total number of infected files.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THREATSDETECTEDITEMCOUNT() |
Getter for THREATSDETECTEDITEMCOUNT |
HighestSeverityThreatDetails¶
Details of the highest severity threat detected during malware scan and number of infected files.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HIGHESTSEVERITYTHREATD00() |
Getter for HIGHESTSEVERITYTHREATDETAILS |
ThreatDetectedByName¶
Contains details about identified threats organized by threat name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THREATDETECTEDBYNAME() |
Getter for THREATDETECTEDBYNAME |