InTotoProvenanceArgs

data class InTotoProvenanceArgs(val builderConfig: Output<BuilderConfigArgs>? = null, val materials: Output<List<String>>? = null, val metadata: Output<MetadataArgs>? = null, val recipe: Output<RecipeArgs>? = null) : ConvertibleToJava<InTotoProvenanceArgs>

Constructors

Link copied to clipboard
fun InTotoProvenanceArgs(builderConfig: Output<BuilderConfigArgs>? = null, materials: Output<List<String>>? = null, metadata: Output<MetadataArgs>? = null, recipe: Output<RecipeArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val builderConfig: Output<BuilderConfigArgs>? = null

required

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

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.

Link copied to clipboard
val metadata: Output<MetadataArgs>? = null
Link copied to clipboard
val recipe: Output<RecipeArgs>? = null

Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required