/AWS1/CL_BUPAGGDSCANRESULT¶
Contains aggregated scan results across multiple scan operations, providing a summary of scan status and findings.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_failedscan TYPE /AWS1/BUPBOOLEAN /AWS1/BUPBOOLEAN¶
A Boolean value indicating whether any of the aggregated scans failed.
it_findings TYPE /AWS1/CL_BUPSCANFINDINGS_W=>TT_SCANFINDINGS TT_SCANFINDINGS¶
An array of findings discovered across all aggregated scans.
iv_lastcomputed TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP¶
The timestamp when the aggregated scan result was last computed, in Unix format and Coordinated Universal Time (UTC).
Queryable Attributes¶
FailedScan¶
A Boolean value indicating whether any of the aggregated scans failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDSCAN() |
Getter for FAILEDSCAN, with configurable default |
ASK_FAILEDSCAN() |
Getter for FAILEDSCAN w/ exceptions if field has no value |
HAS_FAILEDSCAN() |
Determine if FAILEDSCAN has a value |
Findings¶
An array of findings discovered across all aggregated scans.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGS() |
Getter for FINDINGS, with configurable default |
ASK_FINDINGS() |
Getter for FINDINGS w/ exceptions if field has no value |
HAS_FINDINGS() |
Determine if FINDINGS has a value |
LastComputed¶
The timestamp when the aggregated scan result was last computed, in Unix format and Coordinated Universal Time (UTC).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTCOMPUTED() |
Getter for LASTCOMPUTED, with configurable default |
ASK_LASTCOMPUTED() |
Getter for LASTCOMPUTED w/ exceptions if field has no value |
HAS_LASTCOMPUTED() |
Determine if LASTCOMPUTED has a value |