/AWS1/CL_SAGFINDINGSUMMARY¶
Summary information for a security finding
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_findingid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Unique identifier for the finding
iv_agentspaceid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Identifier of the agent space that created this finding
Optional arguments:¶
iv_pentestid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Identifier of the parent pentest
iv_pentestjobid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Identifier of the pentest job
iv_name TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Name or title of the finding
iv_status TYPE /AWS1/SAGFINDINGSTATUS /AWS1/SAGFINDINGSTATUS¶
Current status of the finding
iv_risktype TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Type of security risk identified
iv_risklevel TYPE /AWS1/SAGRISKLEVEL /AWS1/SAGRISKLEVEL¶
Severity level of the identified risk
iv_confidence TYPE /AWS1/SAGCONFIDENCELEVEL /AWS1/SAGCONFIDENCELEVEL¶
Confidence level of the finding
iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the finding was created
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the finding was last updated
Queryable Attributes¶
findingId¶
Unique identifier for the finding
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGID() |
Getter for FINDINGID, with configurable default |
ASK_FINDINGID() |
Getter for FINDINGID w/ exceptions if field has no value |
HAS_FINDINGID() |
Determine if FINDINGID has a value |
agentSpaceId¶
Identifier of the agent space that created this finding
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSPACEID() |
Getter for AGENTSPACEID, with configurable default |
ASK_AGENTSPACEID() |
Getter for AGENTSPACEID w/ exceptions if field has no value |
HAS_AGENTSPACEID() |
Determine if AGENTSPACEID has a value |
pentestId¶
Identifier of the parent pentest
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENTESTID() |
Getter for PENTESTID, with configurable default |
ASK_PENTESTID() |
Getter for PENTESTID w/ exceptions if field has no value |
HAS_PENTESTID() |
Determine if PENTESTID has a value |
pentestJobId¶
Identifier of the pentest job
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENTESTJOBID() |
Getter for PENTESTJOBID, with configurable default |
ASK_PENTESTJOBID() |
Getter for PENTESTJOBID w/ exceptions if field has no value |
HAS_PENTESTJOBID() |
Determine if PENTESTJOBID has a value |
name¶
Name or title of the finding
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
status¶
Current status of the finding
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
riskType¶
Type of security risk identified
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISKTYPE() |
Getter for RISKTYPE, with configurable default |
ASK_RISKTYPE() |
Getter for RISKTYPE w/ exceptions if field has no value |
HAS_RISKTYPE() |
Determine if RISKTYPE has a value |
riskLevel¶
Severity level of the identified risk
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISKLEVEL() |
Getter for RISKLEVEL, with configurable default |
ASK_RISKLEVEL() |
Getter for RISKLEVEL w/ exceptions if field has no value |
HAS_RISKLEVEL() |
Determine if RISKLEVEL has a value |
confidence¶
Confidence level of the finding
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
HAS_CONFIDENCE() |
Determine if CONFIDENCE has a value |
createdAt¶
Timestamp when the finding was created
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
Timestamp when the finding was last updated
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FINDINGSUMMARYLIST¶
TYPES TT_FINDINGSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGFINDINGSUMMARY WITH DEFAULT KEY
.