cloudItemsInput

Specifies input parameters for retrieving cloud security items with filtering and pagination.

Examples

input CloudItemsInput {
  limit: Int
  offset: Int
  scanId: String
  dateRange: DateRange
  filters: CloudItemsFilters
  filterSearch: [AutoCompleteSearch]
  owners: [String]
  tagIds: [String]
  search: String
  openItems: [FilterTypes]
  orderBy: CloudItemsOrderBy
  topOffset: Int
  scrollDirection: String
  cbomId: String
}

Fields

Field
Description
Supported fields

limit Int

Maximum number of items to return

offset Int

Number of items to skip for pagination

scanId String

Specific scan identifier to retrieve cloud items from

dateRange DateRange

Date range filter for the analysis

from Float to Float

Structured filters to apply to the cloud items search

apps [String] service [String] cloudProvider [String] assetName [String] accountId [String] region [String] serviceCategory [String] cluster [String] severities [String] isExposed [String] imageSource [String] registryType [String] registryName [String] imageScanStatus [String]

Advanced search filters with autocomplete support

fieldName String value [String]

owners [String]

Filter by application owners

tagIds [String]

Filter by tag identifiers for role-based access control

search String

Text search query to find specific cloud items

openItems [FilterTypes]

Filter for items that are currently open or active

Sorting configuration for the results

field String direction Direction

topOffset Int

Top offset for advanced pagination

scrollDirection String

Direction for scrolling through results

cbomId String

Cloud Bill of Materials identifier

References

Queries using this object:

Last updated