SlsaCompletenessArgs

data class SlsaCompletenessArgs(val arguments: Output<Boolean>? = null, val environment: Output<Boolean>? = null, val materials: Output<Boolean>? = null) : ConvertibleToJava<SlsaCompletenessArgs>

Indicates that the builder claims certain fields in this message to be complete.

Constructors

Link copied to clipboard
fun SlsaCompletenessArgs(arguments: Output<Boolean>? = null, environment: Output<Boolean>? = null, materials: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val arguments: Output<Boolean>? = null

If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.

Link copied to clipboard
val environment: Output<Boolean>? = null

If true, the builder claims that recipe.environment is claimed to be complete.

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

If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".