Skip to content

/AWS1/CL_IN2GETCODESECSCANRSP

GetCodeSecurityScanResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_scanid TYPE /AWS1/IN2CODESECURITYUUID /AWS1/IN2CODESECURITYUUID

The unique identifier of the scan.

io_resource TYPE REF TO /AWS1/CL_IN2CODESECURITYRES /AWS1/CL_IN2CODESECURITYRES

The resource identifier for the code repository that was scanned.

iv_accountid TYPE /AWS1/IN2STRING /AWS1/IN2STRING

The Amazon Web Services account ID associated with the scan.

iv_status TYPE /AWS1/IN2CODESCANSTATUS /AWS1/IN2CODESCANSTATUS

The current status of the scan.

iv_statusreason TYPE /AWS1/IN2STRING /AWS1/IN2STRING

The reason for the current status of the scan.

iv_createdat TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The timestamp when the scan was created.

iv_updatedat TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The timestamp when the scan was last updated.

iv_lastcommitid TYPE /AWS1/IN2STRING /AWS1/IN2STRING

The identifier of the last commit that was scanned. This is only returned if the scan was successful or skipped.


Queryable Attributes

scanId

The unique identifier of the scan.

Accessible with the following methods

Method Description
GET_SCANID() Getter for SCANID, with configurable default
ASK_SCANID() Getter for SCANID w/ exceptions if field has no value
HAS_SCANID() Determine if SCANID has a value

resource

The resource identifier for the code repository that was scanned.

Accessible with the following methods

Method Description
GET_RESOURCE() Getter for RESOURCE

accountId

The Amazon Web Services account ID associated with the scan.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

status

The current status of the scan.

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

statusReason

The reason for the current status of the scan.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

createdAt

The timestamp when the scan 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

The timestamp when the scan 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

lastCommitId

The identifier of the last commit that was scanned. This is only returned if the scan was successful or skipped.

Accessible with the following methods

Method Description
GET_LASTCOMMITID() Getter for LASTCOMMITID, with configurable default
ASK_LASTCOMMITID() Getter for LASTCOMMITID w/ exceptions if field has no value
HAS_LASTCOMMITID() Determine if LASTCOMMITID has a value