cloudItemsResponse

Holds response containing cloud security items with pagination information.

Examples

type CloudItemsResponse {
  cloudItems: [CloudItem]
  offset: Int
  topOffset: Int
  total: Int
  totalFiltered: Int
  selectedPosition: Int
}

Fields

Field
Description
Supported fields

cloudItems [CloudItem]

List of cloud security items found

id String assetName String service String resourceId String cbomId String cbomProvider String resourceType String resourceName String accountId String firstSeen String cloudProvider String serviceCategory String applications [AppInfo] isExposed String imageSource String registryType String registryName String imageScanStatus String exposurePath [ExposurePathItem] accountName String subService String region String resourceTags JSON resourceArn String images [CloudItemImage] relatedIssues Severities issuesStats IssuesStats cluster String link String imageHash String workloads [Workload] artifactIds [String]

offset Int

Current pagination offset

topOffset Int

Top offset for advanced pagination

total Int

Total number of cloud items available

totalFiltered Int

Total number of cloud items after applying filters

selectedPosition Int

Position of the selected item in the results

References

Queries using this object:

Last updated