saasBomItemsResponse
Response type containing a list of SaaS BOM (Software Bill of Materials) items along with pagination information.
Examples
type SaasBomItemsResponse {
saasBomItems: [SaasBomItem]
total: Int
totalFiltered: Int
}Fields
Field
Description
Supported fields
saasBomItems [SaasBomItem]
List of SaaS BOM items matching the query criteria
id String
appId String
appName String
appType String
name String
link String
category String
createdAt Date
extraInfo [ApplicationExtraInfo]
issuesBySeverity Severities
total Int
Total number of items in the system
totalFiltered Int
Number of items matching the current filter criteria
References
Queries using this object:
Last updated
