/AWS1/CL_IN2REPOSITORYAGGRRSP¶
A response that contains details on the results of a finding aggregation by repository.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_repository TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The name of the repository associated with the findings.
Optional arguments:¶
iv_accountid TYPE /AWS1/IN2ACCOUNTID /AWS1/IN2ACCOUNTID¶
The ID of the Amazon Web Services account associated with the findings.
io_severitycounts TYPE REF TO /AWS1/CL_IN2SEVERITYCOUNTS /AWS1/CL_IN2SEVERITYCOUNTS¶
An object that represent the count of matched findings per severity.
iv_affectedimages TYPE /AWS1/IN2LONG /AWS1/IN2LONG¶
The number of container images impacted by the findings.
Queryable Attributes¶
repository¶
The name of the repository associated with the findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORY() |
Getter for REPOSITORY, with configurable default |
ASK_REPOSITORY() |
Getter for REPOSITORY w/ exceptions if field has no value |
HAS_REPOSITORY() |
Determine if REPOSITORY has a value |
accountId¶
The ID of the Amazon Web Services account associated with the findings.
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 |
severityCounts¶
An object that represent the count of matched findings per severity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITYCOUNTS() |
Getter for SEVERITYCOUNTS |
affectedImages¶
The number of container images impacted by the findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AFFECTEDIMAGES() |
Getter for AFFECTEDIMAGES, with configurable default |
ASK_AFFECTEDIMAGES() |
Getter for AFFECTEDIMAGES w/ exceptions if field has no valu |
HAS_AFFECTEDIMAGES() |
Determine if AFFECTEDIMAGES has a value |