materials property

List<GrafeasV1beta1IntotoArtifact>? materials
getter/setter pair

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...", : } } ]

Implementation

core.List<GrafeasV1beta1IntotoArtifact>? materials;