getSingleSbomLibraryInput

Defines input parameters for retrieving a single SBOM library.

Examples

input GetSingleSbomLibraryInput {
  scanId: String
  appId: String
  library: String
  libraryName: String
  triggerPackage: String
  libId: String
  getLatestStableData: Boolean
}

Fields

Field
Description
Supported fields

scanId String

Scan identifier containing the library

appId String

Application identifier containing the library

library String

Library identifier or name

libraryName String

Specific library name to retrieve

triggerPackage String

Package that triggered this library dependency

libId String

Internal library identifier

getLatestStableData Boolean

Flag indicating if this request is for the latest stable/complete scan data

References

Queries using this object:

Last updated