/AWS1/CL_SAGTHREATSUMMARY¶
Contains summary information about a threat.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_threatid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the threat.
iv_threatjobid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the threat model job that produced the threat.
iv_title TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
A short title summarizing the threat.
iv_statement TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The natural-language threat statement.
iv_severity TYPE /AWS1/SAGTHREATSEVERITY /AWS1/SAGTHREATSEVERITY¶
The severity level of the threat.
iv_status TYPE /AWS1/SAGTHREATSTATUS /AWS1/SAGTHREATSTATUS¶
The current status of the threat.
it_stride TYPE /AWS1/CL_SAGSTRIDECATLIST_W=>TT_STRIDECATEGORYLIST TT_STRIDECATEGORYLIST¶
The STRIDE categories applicable to this threat.
iv_createdby TYPE /AWS1/SAGTHREATACTOR /AWS1/SAGTHREATACTOR¶
Who created this threat.
iv_updatedby TYPE /AWS1/SAGTHREATACTOR /AWS1/SAGTHREATACTOR¶
Who last updated this threat.
iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
The date and time the threat was created, in UTC format.
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
The date and time the threat was last updated, in UTC format.
Queryable Attributes¶
threatId¶
The unique identifier of the threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THREATID() |
Getter for THREATID, with configurable default |
ASK_THREATID() |
Getter for THREATID w/ exceptions if field has no value |
HAS_THREATID() |
Determine if THREATID has a value |
threatJobId¶
The unique identifier of the threat model job that produced the threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THREATJOBID() |
Getter for THREATJOBID, with configurable default |
ASK_THREATJOBID() |
Getter for THREATJOBID w/ exceptions if field has no value |
HAS_THREATJOBID() |
Determine if THREATJOBID has a value |
title¶
A short title summarizing the threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
statement¶
The natural-language threat statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMENT() |
Getter for STATEMENT, with configurable default |
ASK_STATEMENT() |
Getter for STATEMENT w/ exceptions if field has no value |
HAS_STATEMENT() |
Determine if STATEMENT has a value |
severity¶
The severity level of the threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITY() |
Getter for SEVERITY, with configurable default |
ASK_SEVERITY() |
Getter for SEVERITY w/ exceptions if field has no value |
HAS_SEVERITY() |
Determine if SEVERITY has a value |
status¶
The current status of the threat.
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 |
stride¶
The STRIDE categories applicable to this threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRIDE() |
Getter for STRIDE, with configurable default |
ASK_STRIDE() |
Getter for STRIDE w/ exceptions if field has no value |
HAS_STRIDE() |
Determine if STRIDE has a value |
createdBy¶
Who created this threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
updatedBy¶
Who last updated this threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDBY() |
Getter for UPDATEDBY, with configurable default |
ASK_UPDATEDBY() |
Getter for UPDATEDBY w/ exceptions if field has no value |
HAS_UPDATEDBY() |
Determine if UPDATEDBY has a value |
createdAt¶
The date and time the threat was created, in UTC format.
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¶
The date and time the threat was last updated, in UTC format.
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_THREATSUMMARYLIST¶
TYPES TT_THREATSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGTHREATSUMMARY WITH DEFAULT KEY
.