/AWS1/CL_SAGPENTESTJOB¶
Represents a pentest job
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pentestjobid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Unique identifier of the pentest job
iv_pentestid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Identifier of the parent pentest
iv_title TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Title or name of the pentest
iv_overview TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Overview or description of the pentest job
iv_status TYPE /AWS1/SAGJOBSTATUS /AWS1/SAGJOBSTATUS¶
Current status of the pentest job
it_endpoints TYPE /AWS1/CL_SAGENDPOINT=>TT_ENDPOINTLIST TT_ENDPOINTLIST¶
List of web application endpoints to test
it_actors TYPE /AWS1/CL_SAGACTOR=>TT_ACTORLIST TT_ACTORLIST¶
List of actors that interact with the system
it_documents TYPE /AWS1/CL_SAGDOCUMENTINFO=>TT_DOCUMENTLIST TT_DOCUMENTLIST¶
List of documents providing context for testing
it_sourcecode TYPE /AWS1/CL_SAGSOURCECODEREPO=>TT_SOURCECODEREPOSITORYLIST TT_SOURCECODEREPOSITORYLIST¶
List of source code repositories for static analysis
it_excludepaths TYPE /AWS1/CL_SAGENDPOINT=>TT_ENDPOINTLIST TT_ENDPOINTLIST¶
List of URL paths to exclude from testing
it_alloweddomains TYPE /AWS1/CL_SAGENDPOINT=>TT_ENDPOINTLIST TT_ENDPOINTLIST¶
List of allowed domains for network access
it_excluderisktypes TYPE /AWS1/CL_SAGRISKTYPELIST_W=>TT_RISKTYPELIST TT_RISKTYPELIST¶
A list of risk types excluded from the pentest job
it_steps TYPE /AWS1/CL_SAGSTEP=>TT_STEPLIST TT_STEPLIST¶
List of execution steps for the pentest job
it_executioncontext TYPE /AWS1/CL_SAGEXECUTIONCONTEXT=>TT_EXECUTIONCONTEXTLIST TT_EXECUTIONCONTEXTLIST¶
A list of execution context messages associated with the pentest job
iv_servicerole TYPE /AWS1/SAGSERVICEROLE /AWS1/SAGSERVICEROLE¶
Service role ARN for accessing customer resources
io_logconfig TYPE REF TO /AWS1/CL_SAGCLOUDWATCHLOG /AWS1/CL_SAGCLOUDWATCHLOG¶
CloudWatch log group and stream prefix where pentest job logs are stored
io_vpcconfig TYPE REF TO /AWS1/CL_SAGVPCCONFIG /AWS1/CL_SAGVPCCONFIG¶
VPC configuration that the Security Agent accesses
io_networktrafficconfig TYPE REF TO /AWS1/CL_SAGNETWORKTRAFCONFIG /AWS1/CL_SAGNETWORKTRAFCONFIG¶
Configuration for network traffic filtering
io_errorinformation TYPE REF TO /AWS1/CL_SAGERRORINFORMATION /AWS1/CL_SAGERRORINFORMATION¶
Error information regarding the pentest job
it_integratedrepositories TYPE /AWS1/CL_SAGINTGRTDREPOSITORY=>TT_INTEGRATEDREPOSITORYLIST TT_INTEGRATEDREPOSITORYLIST¶
List of integrated code repositories
iv_coderemediationstrategy TYPE /AWS1/SAGCODEREMEDSTRATEGY /AWS1/SAGCODEREMEDSTRATEGY¶
Strategy for code remediation on findings
iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the pentest job was created
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the pentest job was last updated
Queryable Attributes¶
pentestJobId¶
Unique 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 |
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 |
title¶
Title or name of the pentest
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 |
overview¶
Overview or description of the pentest job
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERVIEW() |
Getter for OVERVIEW, with configurable default |
ASK_OVERVIEW() |
Getter for OVERVIEW w/ exceptions if field has no value |
HAS_OVERVIEW() |
Determine if OVERVIEW has a value |
status¶
Current status of the pentest job
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 |
endpoints¶
List of web application endpoints to test
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTS() |
Getter for ENDPOINTS, with configurable default |
ASK_ENDPOINTS() |
Getter for ENDPOINTS w/ exceptions if field has no value |
HAS_ENDPOINTS() |
Determine if ENDPOINTS has a value |
actors¶
List of actors that interact with the system
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTORS() |
Getter for ACTORS, with configurable default |
ASK_ACTORS() |
Getter for ACTORS w/ exceptions if field has no value |
HAS_ACTORS() |
Determine if ACTORS has a value |
documents¶
List of documents providing context for testing
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTS() |
Getter for DOCUMENTS, with configurable default |
ASK_DOCUMENTS() |
Getter for DOCUMENTS w/ exceptions if field has no value |
HAS_DOCUMENTS() |
Determine if DOCUMENTS has a value |
sourceCode¶
List of source code repositories for static analysis
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECODE() |
Getter for SOURCECODE, with configurable default |
ASK_SOURCECODE() |
Getter for SOURCECODE w/ exceptions if field has no value |
HAS_SOURCECODE() |
Determine if SOURCECODE has a value |
excludePaths¶
List of URL paths to exclude from testing
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUDEPATHS() |
Getter for EXCLUDEPATHS, with configurable default |
ASK_EXCLUDEPATHS() |
Getter for EXCLUDEPATHS w/ exceptions if field has no value |
HAS_EXCLUDEPATHS() |
Determine if EXCLUDEPATHS has a value |
allowedDomains¶
List of allowed domains for network access
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWEDDOMAINS() |
Getter for ALLOWEDDOMAINS, with configurable default |
ASK_ALLOWEDDOMAINS() |
Getter for ALLOWEDDOMAINS w/ exceptions if field has no valu |
HAS_ALLOWEDDOMAINS() |
Determine if ALLOWEDDOMAINS has a value |
excludeRiskTypes¶
A list of risk types excluded from the pentest job
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUDERISKTYPES() |
Getter for EXCLUDERISKTYPES, with configurable default |
ASK_EXCLUDERISKTYPES() |
Getter for EXCLUDERISKTYPES w/ exceptions if field has no va |
HAS_EXCLUDERISKTYPES() |
Determine if EXCLUDERISKTYPES has a value |
steps¶
List of execution steps for the pentest job
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEPS() |
Getter for STEPS, with configurable default |
ASK_STEPS() |
Getter for STEPS w/ exceptions if field has no value |
HAS_STEPS() |
Determine if STEPS has a value |
executionContext¶
A list of execution context messages associated with the pentest job
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONCONTEXT() |
Getter for EXECUTIONCONTEXT, with configurable default |
ASK_EXECUTIONCONTEXT() |
Getter for EXECUTIONCONTEXT w/ exceptions if field has no va |
HAS_EXECUTIONCONTEXT() |
Determine if EXECUTIONCONTEXT has a value |
serviceRole¶
Service role ARN for accessing customer resources
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¶
CloudWatch log group and stream prefix where pentest job logs are stored
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGCONFIG() |
Getter for LOGCONFIG |
vpcConfig¶
VPC configuration that the Security Agent accesses
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIG() |
Getter for VPCCONFIG |
networkTrafficConfig¶
Configuration for network traffic filtering
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKTRAFFICCONFIG() |
Getter for NETWORKTRAFFICCONFIG |
errorInformation¶
Error information regarding the pentest job
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORINFORMATION() |
Getter for ERRORINFORMATION |
integratedRepositories¶
List of integrated code repositories
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATEDREPOSITORIES() |
Getter for INTEGRATEDREPOSITORIES, with configurable default |
ASK_INTEGRATEDREPOSITORIES() |
Getter for INTEGRATEDREPOSITORIES w/ exceptions if field has |
HAS_INTEGRATEDREPOSITORIES() |
Determine if INTEGRATEDREPOSITORIES has a value |
codeRemediationStrategy¶
Strategy for code remediation on findings
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREMEDIATIONSTRATEGY() |
Getter for CODEREMEDIATIONSTRATEGY, with configurable defaul |
ASK_CODEREMEDIATIONSTRATEGY() |
Getter for CODEREMEDIATIONSTRATEGY w/ exceptions if field ha |
HAS_CODEREMEDIATIONSTRATEGY() |
Determine if CODEREMEDIATIONSTRATEGY has a value |
createdAt¶
Timestamp when the pentest job 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 pentest job 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_PENTESTJOBLIST¶
TYPES TT_PENTESTJOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGPENTESTJOB WITH DEFAULT KEY
.