Interface protos.grafeas.v1beta1.build.IBuildSignature (3.1.8)

Properties of a BuildSignature.

Package

@google-cloud/containeranalysis!

Properties

keyId

keyId?: (string|null);

BuildSignature keyId

Property Value
TypeDescription
(string|null)

keyType

keyType?: (grafeas.v1beta1.build.BuildSignature.KeyType|keyof typeof grafeas.v1beta1.build.BuildSignature.KeyType|null);

BuildSignature keyType

Property Value
TypeDescription
(grafeas.v1beta1.build.BuildSignature.KeyType|keyof typeof grafeas.v1beta1.build.BuildSignature.KeyType|null)

publicKey

publicKey?: (string|null);

BuildSignature publicKey

Property Value
TypeDescription
(string|null)

signature

signature?: (Uint8Array|string|null);

BuildSignature signature

Property Value
TypeDescription
(Uint8Array|string|null)