Interface protos.grafeas.v1.IRecipe (3.2.0)

Properties of a Recipe.

Package

@google-cloud/containeranalysis

Properties

arguments

"arguments"?: (google.protobuf.IAny[]|null);

Recipe arguments

Property Value
TypeDescription
(google.protobuf.IAny[]|null)

definedInMaterial

definedInMaterial?: (number|Long|string|null);

Recipe definedInMaterial

Property Value
TypeDescription
(number|Long|string|null)

entryPoint

entryPoint?: (string|null);

Recipe entryPoint

Property Value
TypeDescription
(string|null)

environment

environment?: (google.protobuf.IAny[]|null);

Recipe environment

Property Value
TypeDescription
(google.protobuf.IAny[]|null)

type

type?: (string|null);

Recipe type

Property Value
TypeDescription
(string|null)