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
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
isPermissiveIdentity Boolean
isHighPrivilege Boolean
isSensitiveData Boolean
contextFactors [String]
imageSource String
registryType String
registryName String
imageScanStatus String
exposurePath [ExposurePathItem]
accountName String
subService String
region String
resourceTags JSON
authenticationRequired Boolean
reachability CloudItemReachability
verdict String
resourceArn String
images [CloudItemImage]
relatedIssues Severities
issueSeverityBreakdown [CloudIssueSeverityBreakdown]
issuesStats IssuesStats
cluster String
link String
imageHash String
workloads [Workload]
artifactIds [String]
attachedIdentities CbomAttachedIdentities
compliance [CloudItemCompliance]
usageSeries CloudUsageSeries
usageCoverage String
isAiAsset Boolean
isTrainingData Boolean
modelInfo CloudModelInfo
trainingDataInfo CloudTrainingDataInfo
tools [CloudTool]
dataAccess [CloudDataAccess]
isMcpServer Boolean
mcpServer CloudMcpServer
mcpDescription String
aiService CloudAiService
probeResults [CloudProbeResult]
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
