saasBomItem

Represents a SaaS application entry in the Bill of Materials with its associated metadata and security information.

Examples

type SaasBomItem {
  id: String
  appId: String
  appName: String
  appType: String
  name: String
  link: String
  category: String
  createdAt: Date
  extraInfo: [ApplicationExtraInfo]
  issuesBySeverity: Severities
}

Fields

Field
Description
Supported fields

id String

Unique identifier of the SaaS BOM item

appId String

Unique identifier of the application

appName String

Name of the application

appType String

Type/category of the application

name String

Display name of the SaaS BOM item

link String

URL or reference link to the application

category String

Business category of the application

createdAt Date

Timestamp when the item was created

Additional metadata and information about the application

key String link String snippet ExtraInfoSnippet

issuesBySeverity Severities

Security issues grouped by severity levels

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

References

Fields with this object:

Last updated