cloudItem

Represents a comprehensive cloud security item with security context.

Examples

type CloudItem {
  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]
}

Fields

Field
Description
Supported fields

id String

Unique identifier for the cloud item

assetName String

Name of the cloud asset or resource

service String

Cloud service type (EC2, S3, Lambda, etc.)

resourceId String

Cloud provider's resource identifier

cbomId String

Cloud Bill of Materials identifier

cbomProvider String

Cloud provider name

resourceType String

Type of cloud resource

resourceName String

Name of the cloud resource

accountId String

Cloud account identifier

firstSeen String

Date when the resource was first discovered

cloudProvider String

Cloud provider (AWS, Azure, GCP, etc.)

serviceCategory String

Category of the cloud service

applications [AppInfo]

Applications associated with this cloud resource

id String name String type String

isExposed String

Whether the resource is exposed to the internet

imageSource String

Source of the container image if applicable

registryType String

Type of container registry

registryName String

Name of the container registry

imageScanStatus String

Status of the image security scan

exposurePath [ExposurePathItem]

Path showing how the resource is exposed

type String name String cbomId String

accountName String

Human-readable name of the cloud account

subService String

Sub-service or component within the main service

region String

Cloud region where the resource is located

resourceTags JSON

Tags associated with the cloud resource

resourceArn String

Amazon Resource Name (ARN) for AWS resources

Container images associated with this resource

name String hashes [CloudItemImageHash] tags [String]

relatedIssues Severities

Security issues found in this resource, categorized by severity

info Int low Int medium Int high Int critical Int appox Int

issuesStats IssuesStats

Statistics about security issues found

totalIssues Int sourceTools [IssueStat] categories [IssueStat] severities [IssueStat]

cluster String

Kubernetes cluster name if applicable

link String

URL link to view the resource in the cloud console

imageHash String

Hash of the container image

workloads [Workload]

Kubernetes workloads associated with this resource

type String namespace String name String cluster String region String isExposed String consoleLink String exposurePath [ExposurePathItem]

artifactIds [String]

List of artifact identifiers associated with this resource

References

Queries using this object:

Fields with this object:

Last updated