Interface protos.grafeas.v1beta1.provenance.IHash (3.1.8)

Properties of a Hash.

Package

@google-cloud/containeranalysis!

Properties

type

type?: (grafeas.v1beta1.provenance.Hash.HashType|keyof typeof grafeas.v1beta1.provenance.Hash.HashType|null);

Hash type

Property Value
TypeDescription
(grafeas.v1beta1.provenance.Hash.HashType|keyof typeof grafeas.v1beta1.provenance.Hash.HashType|null)

value

value?: (Uint8Array|string|null);

Hash value

Property Value
TypeDescription
(Uint8Array|string|null)