Interface protos.grafeas.v1.IOccurrence (3.4.6)

Properties of an Occurrence.

Package

@google-cloud/grafeas!

Properties

attestation

attestation?: (grafeas.v1.IAttestationOccurrence|null);

Occurrence attestation

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

build

build?: (grafeas.v1.IBuildOccurrence|null);

Occurrence build

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

createTime

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

Occurrence createTime

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

deployment

deployment?: (grafeas.v1.IDeploymentOccurrence|null);

Occurrence deployment

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

discovery

discovery?: (grafeas.v1.IDiscoveryOccurrence|null);

Occurrence discovery

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

image

image?: (grafeas.v1.IImageOccurrence|null);

Occurrence image

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

kind

kind?: (grafeas.v1.NoteKind|keyof typeof grafeas.v1.NoteKind|null);

Occurrence kind

Property Value
TypeDescription
(grafeas.v1.NoteKind|keyof typeof grafeas.v1.NoteKind|null)

name

name?: (string|null);

Occurrence name

Property Value
TypeDescription
(string|null)

noteName

noteName?: (string|null);

Occurrence noteName

Property Value
TypeDescription
(string|null)

package

"package"?: (grafeas.v1.IPackageOccurrence|null);

Occurrence package

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

remediation

remediation?: (string|null);

Occurrence remediation

Property Value
TypeDescription
(string|null)

resourceUri

resourceUri?: (string|null);

Occurrence resourceUri

Property Value
TypeDescription
(string|null)

updateTime

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

Occurrence updateTime

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

upgrade

upgrade?: (grafeas.v1.IUpgradeOccurrence|null);

Occurrence upgrade

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

vulnerability

vulnerability?: (grafeas.v1.IVulnerabilityOccurrence|null);

Occurrence vulnerability

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