SbomReferenceIntotoPredicateArgs

data class SbomReferenceIntotoPredicateArgs(val digest: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mimeType: Output<String>? = null, val referrerId: Output<String>? = null) : ConvertibleToJava<SbomReferenceIntotoPredicateArgs>

A predicate which describes the SBOM being referenced.

Constructors

Link copied to clipboard
fun SbomReferenceIntotoPredicateArgs(digest: Output<Map<String, String>>? = null, location: Output<String>? = null, mimeType: Output<String>? = null, referrerId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val digest: Output<Map<String, String>>? = null

A map of algorithm to digest of the contents of the SBOM.

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

The location of the SBOM.

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

The mime type of the SBOM.

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

The person or system referring this predicate to the consumer.