/AWS1/CL_GUSACCOUNTFNDGSMETRIC¶
A summary of findings metrics for an account on a specified date.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_date TYPE /AWS1/GUSTIMESTAMP /AWS1/GUSTIMESTAMP¶
The date from which the findings metrics were retrieved.
io_newfindings TYPE REF TO /AWS1/CL_GUSFNDMETVALPERSEVE00 /AWS1/CL_GUSFNDMETVALPERSEVE00¶
The number of new findings of each severity on the specified date.
io_closedfindings TYPE REF TO /AWS1/CL_GUSFNDMETVALPERSEVE00 /AWS1/CL_GUSFNDMETVALPERSEVE00¶
The number of closed findings of each severity on the specified date.
io_openfindings TYPE REF TO /AWS1/CL_GUSFNDMETVALPERSEVE00 /AWS1/CL_GUSFNDMETVALPERSEVE00¶
The number of open findings of each severity as of the specified date.
io_meantimetoclose TYPE REF TO /AWS1/CL_GUSFNDMETVALPERSEVE00 /AWS1/CL_GUSFNDMETVALPERSEVE00¶
The average time in days it takes to close findings of each severity as of a specified date.
Queryable Attributes¶
date¶
The date from which the findings metrics were retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATE() |
Getter for DATE, with configurable default |
ASK_DATE() |
Getter for DATE w/ exceptions if field has no value |
HAS_DATE() |
Determine if DATE has a value |
newFindings¶
The number of new findings of each severity on the specified date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWFINDINGS() |
Getter for NEWFINDINGS |
closedFindings¶
The number of closed findings of each severity on the specified date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOSEDFINDINGS() |
Getter for CLOSEDFINDINGS |
openFindings¶
The number of open findings of each severity as of the specified date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENFINDINGS() |
Getter for OPENFINDINGS |
meanTimeToClose¶
The average time in days it takes to close findings of each severity as of a specified date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEANTIMETOCLOSE() |
Getter for MEANTIMETOCLOSE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FINDINGSMETRICLIST¶
TYPES TT_FINDINGSMETRICLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GUSACCOUNTFNDGSMETRIC WITH DEFAULT KEY
.