Skip to content

/AWS1/CL_SAGUPDTHRTMODELOUTPUT

Output for the UpdateThreatModel operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_threatmodelid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The unique identifier of the threat model.

Optional arguments:

iv_title TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The title of the threat model.

iv_agentspaceid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The unique identifier of the agent space that contains the threat model.

iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

A description of the application or system being threat modeled.

io_assets TYPE REF TO /AWS1/CL_SAGASSETS /AWS1/CL_SAGASSETS

The assets included in the threat model.

it_scopedocs TYPE /AWS1/CL_SAGDOCUMENTINFO=>TT_DOCUMENTLIST TT_DOCUMENTLIST

The scoped documents for the agent to focus on during threat modeling.

iv_servicerole TYPE /AWS1/SAGSERVICEROLE /AWS1/SAGSERVICEROLE

The IAM service role used for the threat model.

io_logconfig TYPE REF TO /AWS1/CL_SAGCLOUDWATCHLOG /AWS1/CL_SAGCLOUDWATCHLOG

The CloudWatch Logs configuration for the threat model.

iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the threat model was created, in UTC format.

iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the threat model was last updated, in UTC format.


Queryable Attributes

threatModelId

The unique identifier of the threat model.

Accessible with the following methods

Method Description
GET_THREATMODELID() Getter for THREATMODELID, with configurable default
ASK_THREATMODELID() Getter for THREATMODELID w/ exceptions if field has no value
HAS_THREATMODELID() Determine if THREATMODELID has a value

title

The title of the threat model.

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

agentSpaceId

The unique identifier of the agent space that contains the threat model.

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

description

A description of the application or system being threat modeled.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

assets

The assets included in the threat model.

Accessible with the following methods

Method Description
GET_ASSETS() Getter for ASSETS

scopeDocs

The scoped documents for the agent to focus on during threat modeling.

Accessible with the following methods

Method Description
GET_SCOPEDOCS() Getter for SCOPEDOCS, with configurable default
ASK_SCOPEDOCS() Getter for SCOPEDOCS w/ exceptions if field has no value
HAS_SCOPEDOCS() Determine if SCOPEDOCS has a value

serviceRole

The IAM service role used for the threat model.

Accessible with the following methods

Method Description
GET_SERVICEROLE() Getter for SERVICEROLE, with configurable default
ASK_SERVICEROLE() Getter for SERVICEROLE w/ exceptions if field has no value
HAS_SERVICEROLE() Determine if SERVICEROLE has a value

logConfig

The CloudWatch Logs configuration for the threat model.

Accessible with the following methods

Method Description
GET_LOGCONFIG() Getter for LOGCONFIG

createdAt

The date and time the threat model 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 model 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