materials

@JvmName(name = "olnrwhrtirwrbdus")
suspend fun materials(value: Output<List<GrafeasV1beta1IntotoArtifactArgs>>)
@JvmName(name = "sfwqowpnafhhpkry")
suspend fun materials(value: List<GrafeasV1beta1IntotoArtifactArgs>?)

Parameters

value

Materials are the supply chain artifacts that go into the step and are used for the operation performed. The key of the map is the path of the artifact and the structure contains the recorded hash information. An example is: "materials": { "resource_uri": "foo/bar", "hashes": { "sha256": "ebebf...", : } }


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


@JvmName(name = "aiirkgojvysuhojc")
suspend fun materials(values: List<Output<GrafeasV1beta1IntotoArtifactArgs>>)
@JvmName(name = "rfofmriknldwmgcd")
suspend fun materials(vararg values: GrafeasV1beta1IntotoArtifactArgs)

Parameters

values

Materials are the supply chain artifacts that go into the step and are used for the operation performed. The key of the map is the path of the artifact and the structure contains the recorded hash information. An example is: "materials": { "resource_uri": "foo/bar", "hashes": { "sha256": "ebebf...", : } }


@JvmName(name = "jtfosfiabvyrqppr")
suspend fun materials(argument: List<suspend GrafeasV1beta1IntotoArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "exmimlptktvhxdjq")
suspend fun materials(vararg argument: suspend GrafeasV1beta1IntotoArtifactArgsBuilder.() -> Unit)
@JvmName(name = "fifvpeeuedteoonr")
suspend fun materials(argument: suspend GrafeasV1beta1IntotoArtifactArgsBuilder.() -> Unit)

Parameters

argument

Materials are the supply chain artifacts that go into the step and are used for the operation performed. The key of the map is the path of the artifact and the structure contains the recorded hash information. An example is: "materials": { "resource_uri": "foo/bar", "hashes": { "sha256": "ebebf...", : } }