/AWS1/CL_IN2IMAGELAYERAGGRRSP¶
A response that contains the results of a finding aggregation by image layer.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_repository TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The repository the layer resides in.
iv_resourceid TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The resource ID of the container image layer.
iv_layerhash TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The layer hash.
iv_accountid TYPE /AWS1/IN2ACCOUNTID /AWS1/IN2ACCOUNTID¶
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
Optional arguments:¶
iv_cloudprovider TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The cloud service provider associated with this image layer aggregation. Valid values:
AWS– Findings from Amazon Web Services resources.
AZURE– Findings from Microsoft Azure resources.
iv_cloudaccountid TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The cloud account ID for the image layer aggregation.
iv_cloudorgid TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The cloud organization ID for the image layer aggregation.
iv_cloudregion TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The cloud Region associated with this image layer aggregation. The value format depends on the cloud provider:
An Amazon Web Services Region, such as
us-east-1.An Azure region, such as
eastus.
iv_cloudpartition TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The cloud infrastructure partition associated with this image layer aggregation. Valid values:
aws– Amazon Web Services commercial Regions.
aws-cn– Amazon Web Services China Regions.
aws-us-gov– Amazon Web Services GovCloud (US) Regions.
AzureCloud– Azure commercial Regions.
io_severitycounts TYPE REF TO /AWS1/CL_IN2SEVERITYCOUNTS /AWS1/CL_IN2SEVERITYCOUNTS¶
An object that represents the count of matched findings per severity.
Queryable Attributes¶
repository¶
The repository the layer resides in.
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 |
resourceId¶
The resource ID of the container image layer.
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 |
layerHash¶
The layer hash.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERHASH() |
Getter for LAYERHASH, with configurable default |
ASK_LAYERHASH() |
Getter for LAYERHASH w/ exceptions if field has no value |
HAS_LAYERHASH() |
Determine if LAYERHASH has a value |
accountId¶
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
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 |
cloudProvider¶
The cloud service provider associated with this image layer aggregation. Valid values:
AWS– Findings from Amazon Web Services resources.
AZURE– Findings from Microsoft Azure resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDPROVIDER() |
Getter for CLOUDPROVIDER, with configurable default |
ASK_CLOUDPROVIDER() |
Getter for CLOUDPROVIDER w/ exceptions if field has no value |
HAS_CLOUDPROVIDER() |
Determine if CLOUDPROVIDER has a value |
cloudAccountId¶
The cloud account ID for the image layer aggregation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDACCOUNTID() |
Getter for CLOUDACCOUNTID, with configurable default |
ASK_CLOUDACCOUNTID() |
Getter for CLOUDACCOUNTID w/ exceptions if field has no valu |
HAS_CLOUDACCOUNTID() |
Determine if CLOUDACCOUNTID has a value |
cloudOrgId¶
The cloud organization ID for the image layer aggregation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDORGID() |
Getter for CLOUDORGID, with configurable default |
ASK_CLOUDORGID() |
Getter for CLOUDORGID w/ exceptions if field has no value |
HAS_CLOUDORGID() |
Determine if CLOUDORGID has a value |
cloudRegion¶
The cloud Region associated with this image layer aggregation. The value format depends on the cloud provider:
An Amazon Web Services Region, such as
us-east-1.An Azure region, such as
eastus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDREGION() |
Getter for CLOUDREGION, with configurable default |
ASK_CLOUDREGION() |
Getter for CLOUDREGION w/ exceptions if field has no value |
HAS_CLOUDREGION() |
Determine if CLOUDREGION has a value |
cloudPartition¶
The cloud infrastructure partition associated with this image layer aggregation. Valid values:
aws– Amazon Web Services commercial Regions.
aws-cn– Amazon Web Services China Regions.
aws-us-gov– Amazon Web Services GovCloud (US) Regions.
AzureCloud– Azure commercial Regions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDPARTITION() |
Getter for CLOUDPARTITION, with configurable default |
ASK_CLOUDPARTITION() |
Getter for CLOUDPARTITION w/ exceptions if field has no valu |
HAS_CLOUDPARTITION() |
Determine if CLOUDPARTITION has a value |
severityCounts¶
An object that represents the count of matched findings per severity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITYCOUNTS() |
Getter for SEVERITYCOUNTS |