Interface protos.grafeas.v1.VulnerabilityNote.IDetail (3.1.8)

Properties of a Detail.

Package

@google-cloud/containeranalysis!

Properties

affectedCpeUri

affectedCpeUri?: (string|null);

Detail affectedCpeUri

Property Value
TypeDescription
(string|null)

affectedPackage

affectedPackage?: (string|null);

Detail affectedPackage

Property Value
TypeDescription
(string|null)

affectedVersionEnd

affectedVersionEnd?: (grafeas.v1.IVersion|null);

Detail affectedVersionEnd

Property Value
TypeDescription
(grafeas.v1.IVersion|null)

affectedVersionStart

affectedVersionStart?: (grafeas.v1.IVersion|null);

Detail affectedVersionStart

Property Value
TypeDescription
(grafeas.v1.IVersion|null)

description

description?: (string|null);

Detail description

Property Value
TypeDescription
(string|null)

fixedCpeUri

fixedCpeUri?: (string|null);

Detail fixedCpeUri

Property Value
TypeDescription
(string|null)

fixedPackage

fixedPackage?: (string|null);

Detail fixedPackage

Property Value
TypeDescription
(string|null)

fixedVersion

fixedVersion?: (grafeas.v1.IVersion|null);

Detail fixedVersion

Property Value
TypeDescription
(grafeas.v1.IVersion|null)

isObsolete

isObsolete?: (boolean|null);

Detail isObsolete

Property Value
TypeDescription
(boolean|null)

packageType

packageType?: (string|null);

Detail packageType

Property Value
TypeDescription
(string|null)

severityName

severityName?: (string|null);

Detail severityName

Property Value
TypeDescription
(string|null)

sourceUpdateTime

sourceUpdateTime?: (google.protobuf.ITimestamp|null);

Detail sourceUpdateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)