materials

@JvmName(name = "drxxhqabyookhohe")
suspend fun materials(value: Output<List<String>>)
@JvmName(name = "jwtiqsgdsghvhxut")
suspend fun materials(value: List<String>?)

Parameters

value

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.


@JvmName(name = "igmvrhxnpxnujwcp")
suspend fun materials(vararg values: Output<String>)


@JvmName(name = "eknfhbvpnhnhlkec")
suspend fun materials(values: List<Output<String>>)
@JvmName(name = "mkecwiitaagjtlig")
suspend fun materials(vararg values: String)

Parameters

values

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.