/AWS1/CL_GDYMALWARESCANDETAILS¶
Information about the malware scan that generated a GuardDuty finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_threats TYPE /AWS1/CL_GDYTHREAT=>TT_THREATS TT_THREATS¶
Information about the detected threats associated with the generated GuardDuty finding.
iv_scanid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The unique identifier for the malware scan.
iv_scantype TYPE /AWS1/GDYMALWAREPROTECTIONSC00 /AWS1/GDYMALWAREPROTECTIONSC00¶
The type of malware scan performed.
iv_scancategory TYPE /AWS1/GDYSCANCATEGORY /AWS1/GDYSCANCATEGORY¶
The category of the malware scan.
io_scanconfiguration TYPE REF TO /AWS1/CL_GDYMALWAREPROTECTIO08 /AWS1/CL_GDYMALWAREPROTECTIO08¶
The configuration settings used for the malware scan.
iv_uniquethreatcount TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER¶
The number of unique malware threats detected during the scan.
Queryable Attributes¶
Threats¶
Information about the detected threats associated with the generated GuardDuty finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THREATS() |
Getter for THREATS, with configurable default |
ASK_THREATS() |
Getter for THREATS w/ exceptions if field has no value |
HAS_THREATS() |
Determine if THREATS has a value |
ScanId¶
The unique identifier for the malware scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANID() |
Getter for SCANID, with configurable default |
ASK_SCANID() |
Getter for SCANID w/ exceptions if field has no value |
HAS_SCANID() |
Determine if SCANID has a value |
ScanType¶
The type of malware scan performed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANTYPE() |
Getter for SCANTYPE, with configurable default |
ASK_SCANTYPE() |
Getter for SCANTYPE w/ exceptions if field has no value |
HAS_SCANTYPE() |
Determine if SCANTYPE has a value |
ScanCategory¶
The category of the malware scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANCATEGORY() |
Getter for SCANCATEGORY, with configurable default |
ASK_SCANCATEGORY() |
Getter for SCANCATEGORY w/ exceptions if field has no value |
HAS_SCANCATEGORY() |
Determine if SCANCATEGORY has a value |
ScanConfiguration¶
The configuration settings used for the malware scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANCONFIGURATION() |
Getter for SCANCONFIGURATION |
UniqueThreatCount¶
The number of unique malware threats detected during the scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIQUETHREATCOUNT() |
Getter for UNIQUETHREATCOUNT, with configurable default |
ASK_UNIQUETHREATCOUNT() |
Getter for UNIQUETHREATCOUNT w/ exceptions if field has no v |
HAS_UNIQUETHREATCOUNT() |
Determine if UNIQUETHREATCOUNT has a value |