ByProductsArgs

data class ByProductsArgs(val customValues: Output<Map<String, String>>? = null) : ConvertibleToJava<ByProductsArgs>

Defines an object for the byproducts field in in-toto links. The suggested fields are "stderr", "stdout", and "return-value".

Constructors

Link copied to clipboard
constructor(customValues: Output<Map<String, String>>? = null)

Properties

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

Functions

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