Skip to content

/AWS1/CL_IN2IMAGELAYERAGGR

The details that define an aggregation based on container image layers.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_repositories TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST

The repository associated with the container image hosting the layers.

it_resourceids TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST

The ID of the container image layer.

it_layerhashes TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST

The hashes associated with the layers.

it_cloudproviders TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST

The cloud providers to aggregate findings for. Valid values:

  • AWS – Findings from Amazon Web Services resources.

  • AZURE – Findings from Microsoft Azure resources.

it_cloudaccountids TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST

The cloud account IDs to aggregate findings for.

it_cloudorgids TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST

The cloud organization IDs to aggregate findings for.

it_cloudregions TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST

The cloud regions to aggregate findings for. The value format depends on the cloud provider:

  • An Amazon Web Services Region, such as us-east-1.

  • An Azure region, such as eastus.

it_cloudpartitions TYPE /AWS1/CL_IN2STRINGFILTER=>TT_STRINGFILTERLIST TT_STRINGFILTERLIST

The cloud partitions to aggregate findings for. 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.

iv_sortorder TYPE /AWS1/IN2SORTORDER /AWS1/IN2SORTORDER

The order to sort results by.

iv_sortby TYPE /AWS1/IN2IMAGELAYERSORTBY /AWS1/IN2IMAGELAYERSORTBY

The value to sort results by.


Queryable Attributes

repositories

The repository associated with the container image hosting the layers.

Accessible with the following methods

Method Description
GET_REPOSITORIES() Getter for REPOSITORIES, with configurable default
ASK_REPOSITORIES() Getter for REPOSITORIES w/ exceptions if field has no value
HAS_REPOSITORIES() Determine if REPOSITORIES has a value

resourceIds

The ID of the container image layer.

Accessible with the following methods

Method Description
GET_RESOURCEIDS() Getter for RESOURCEIDS, with configurable default
ASK_RESOURCEIDS() Getter for RESOURCEIDS w/ exceptions if field has no value
HAS_RESOURCEIDS() Determine if RESOURCEIDS has a value

layerHashes

The hashes associated with the layers.

Accessible with the following methods

Method Description
GET_LAYERHASHES() Getter for LAYERHASHES, with configurable default
ASK_LAYERHASHES() Getter for LAYERHASHES w/ exceptions if field has no value
HAS_LAYERHASHES() Determine if LAYERHASHES has a value

cloudProviders

The cloud providers to aggregate findings for. Valid values:

  • AWS – Findings from Amazon Web Services resources.

  • AZURE – Findings from Microsoft Azure resources.

Accessible with the following methods

Method Description
GET_CLOUDPROVIDERS() Getter for CLOUDPROVIDERS, with configurable default
ASK_CLOUDPROVIDERS() Getter for CLOUDPROVIDERS w/ exceptions if field has no valu
HAS_CLOUDPROVIDERS() Determine if CLOUDPROVIDERS has a value

cloudAccountIds

The cloud account IDs to aggregate findings for.

Accessible with the following methods

Method Description
GET_CLOUDACCOUNTIDS() Getter for CLOUDACCOUNTIDS, with configurable default
ASK_CLOUDACCOUNTIDS() Getter for CLOUDACCOUNTIDS w/ exceptions if field has no val
HAS_CLOUDACCOUNTIDS() Determine if CLOUDACCOUNTIDS has a value

cloudOrgIds

The cloud organization IDs to aggregate findings for.

Accessible with the following methods

Method Description
GET_CLOUDORGIDS() Getter for CLOUDORGIDS, with configurable default
ASK_CLOUDORGIDS() Getter for CLOUDORGIDS w/ exceptions if field has no value
HAS_CLOUDORGIDS() Determine if CLOUDORGIDS has a value

cloudRegions

The cloud regions to aggregate findings for. 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_CLOUDREGIONS() Getter for CLOUDREGIONS, with configurable default
ASK_CLOUDREGIONS() Getter for CLOUDREGIONS w/ exceptions if field has no value
HAS_CLOUDREGIONS() Determine if CLOUDREGIONS has a value

cloudPartitions

The cloud partitions to aggregate findings for. 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_CLOUDPARTITIONS() Getter for CLOUDPARTITIONS, with configurable default
ASK_CLOUDPARTITIONS() Getter for CLOUDPARTITIONS w/ exceptions if field has no val
HAS_CLOUDPARTITIONS() Determine if CLOUDPARTITIONS has a value

sortOrder

The order to sort results by.

Accessible with the following methods

Method Description
GET_SORTORDER() Getter for SORTORDER, with configurable default
ASK_SORTORDER() Getter for SORTORDER w/ exceptions if field has no value
HAS_SORTORDER() Determine if SORTORDER has a value

sortBy

The value to sort results by.

Accessible with the following methods

Method Description
GET_SORTBY() Getter for SORTBY, with configurable default
ASK_SORTBY() Getter for SORTBY w/ exceptions if field has no value
HAS_SORTBY() Determine if SORTBY has a value