SBOMReferenceNoteArgs

data class SBOMReferenceNoteArgs(val format: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<SBOMReferenceNoteArgs>

The note representing an SBOM reference.

Constructors

Link copied to clipboard
fun SBOMReferenceNoteArgs(format: Output<String>? = null, version: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SBOMReferenceNoteArgs

Properties

Link copied to clipboard
val format: Output<String>? = null

The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...

Link copied to clipboard
val version: Output<String>? = null

The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.