/AWS1/CL_IN2CODEREPOSITORYAG00¶
A response that contains the results of a finding aggregation by code repository.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_projectnames TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The names of the projects associated with the code repository.
Optional arguments:¶
iv_providertype TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The type of repository provider for the code repository.
io_severitycounts TYPE REF TO /AWS1/CL_IN2SEVERITYCOUNTS /AWS1/CL_IN2SEVERITYCOUNTS¶
severityCounts
iv_exploitavailactfndgscount TYPE /AWS1/IN2LONG /AWS1/IN2LONG¶
The number of active findings that have an exploit available for the code repository.
iv_fixavailactivefndgscount TYPE /AWS1/IN2LONG /AWS1/IN2LONG¶
The number of active findings that have a fix available for the code repository.
iv_accountid TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The Amazon Web Services account ID associated with the code repository.
iv_resourceid TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The resource ID of the code repository.
Queryable Attributes¶
projectNames¶
The names of the projects associated with the code repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTNAMES() |
Getter for PROJECTNAMES, with configurable default |
ASK_PROJECTNAMES() |
Getter for PROJECTNAMES w/ exceptions if field has no value |
HAS_PROJECTNAMES() |
Determine if PROJECTNAMES has a value |
providerType¶
The type of repository provider for the code repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERTYPE() |
Getter for PROVIDERTYPE, with configurable default |
ASK_PROVIDERTYPE() |
Getter for PROVIDERTYPE w/ exceptions if field has no value |
HAS_PROVIDERTYPE() |
Determine if PROVIDERTYPE has a value |
severityCounts¶
severityCounts
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITYCOUNTS() |
Getter for SEVERITYCOUNTS |
exploitAvailableActiveFindingsCount¶
The number of active findings that have an exploit available for the code repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPLOITAVAILACTFNDGSCNT() |
Getter for EXPLOITAVAILACTIVEFNDGSCOUNT, with configurable d |
ASK_EXPLOITAVAILACTFNDGSCNT() |
Getter for EXPLOITAVAILACTIVEFNDGSCOUNT w/ exceptions if fie |
HAS_EXPLOITAVAILACTFNDGSCNT() |
Determine if EXPLOITAVAILACTIVEFNDGSCOUNT has a value |
fixAvailableActiveFindingsCount¶
The number of active findings that have a fix available for the code repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIXAVAILACTIVEFNDGSCOUNT() |
Getter for FIXAVAILACTIVEFINDINGSCOUNT, with configurable de |
ASK_FIXAVAILACTIVEFNDGSCOUNT() |
Getter for FIXAVAILACTIVEFINDINGSCOUNT w/ exceptions if fiel |
HAS_FIXAVAILACTIVEFNDGSCOUNT() |
Determine if FIXAVAILACTIVEFINDINGSCOUNT has a value |
accountId¶
The Amazon Web Services account ID associated with the code repository.
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 |
resourceId¶
The resource ID of the code repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |