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
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
filters CloudItemsFilters
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]
filterSearch [AutoCompleteSearch]
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
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