Interface protos.grafeas.v1.IOccurrence (6.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of an Occurrence.
Package
@google-cloud/grafeas
Properties
attestation
attestation
?:
(
grafeas
.
v1
.
IAttestationOccurrence
|
null
);
build
build
?:
(
grafeas
.
v1
.
IBuildOccurrence
|
null
);
compliance
compliance
?:
(
grafeas
.
v1
.
IComplianceOccurrence
|
null
);
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
deployment
deployment
?:
(
grafeas
.
v1
.
IDeploymentOccurrence
|
null
);
discovery
discovery
?:
(
grafeas
.
v1
.
IDiscoveryOccurrence
|
null
);
dsseAttestation
dsseAttestation
?:
(
grafeas
.
v1
.
IDSSEAttestationOccurrence
|
null
);
Occurrence dsseAttestation
envelope
envelope
?:
(
grafeas
.
v1
.
IEnvelope
|
null
);
image
image
?:
(
grafeas
.
v1
.
IImageOccurrence
|
null
);
kind
kind
?:
(
grafeas
.
v1
.
NoteKind
|
keyof
typeof
grafeas
.
v1
.
NoteKind
|
null
);
name
name
?:
(
string
|
null
);
noteName
noteName
?:
(
string
|
null
);
package
"package"
?:
(
grafeas
.
v1
.
IPackageOccurrence
|
null
);
remediation
?:
(
string
|
null
);
resourceUri
resourceUri
?:
(
string
|
null
);
sbomReference
sbomReference
?:
(
grafeas
.
v1
.
ISBOMReferenceOccurrence
|
null
);
updateTime
updateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
upgrade
upgrade
?:
(
grafeas
.
v1
.
IUpgradeOccurrence
|
null
);
vulnerability
vulnerability
?:
(
grafeas
.
v1
.
IVulnerabilityOccurrence
|
null
);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.grafeas.v1.IOccurrence (6.0.1)\n\nVersion latestkeyboard_arrow_down\n\n- [6.0.1 (latest)](/nodejs/docs/reference/grafeas/latest/grafeas/protos.grafeas.v1.ioccurrence)\n- [5.5.0](/nodejs/docs/reference/grafeas/5.5.0/grafeas/protos.grafeas.v1.ioccurrence)\n- [4.5.0](/nodejs/docs/reference/grafeas/4.5.0/grafeas/protos.grafeas.v1.ioccurrence)\n- [4.2.2](/nodejs/docs/reference/grafeas/4.2.2/grafeas/protos.grafeas.v1.ioccurrence)\n- [4.1.2](/nodejs/docs/reference/grafeas/4.1.2/grafeas/protos.grafeas.v1.ioccurrence)\n- [3.6.1](/nodejs/docs/reference/grafeas/3.6.1/grafeas/protos.grafeas.v1.ioccurrence)\n- [3.5.0](/nodejs/docs/reference/grafeas/3.5.0/grafeas/protos.grafeas.v1.ioccurrence)\n- [3.4.6](/nodejs/docs/reference/grafeas/3.4.6/grafeas/protos.grafeas.v1.ioccurrence) \nProperties of an Occurrence.\n\nPackage\n-------\n\n[@google-cloud/grafeas](../overview.html)\n\nProperties\n----------\n\n### attestation\n\n attestation?: (grafeas.v1.IAttestationOccurrence|null);\n\nOccurrence attestation\n\n### build\n\n build?: (grafeas.v1.IBuildOccurrence|null);\n\nOccurrence build\n\n### compliance\n\n compliance?: (grafeas.v1.IComplianceOccurrence|null);\n\nOccurrence compliance\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nOccurrence createTime\n\n### deployment\n\n deployment?: (grafeas.v1.IDeploymentOccurrence|null);\n\nOccurrence deployment\n\n### discovery\n\n discovery?: (grafeas.v1.IDiscoveryOccurrence|null);\n\nOccurrence discovery\n\n### dsseAttestation\n\n dsseAttestation?: (grafeas.v1.IDSSEAttestationOccurrence|null);\n\nOccurrence dsseAttestation\n\n### envelope\n\n envelope?: (grafeas.v1.IEnvelope|null);\n\nOccurrence envelope\n\n### image\n\n image?: (grafeas.v1.IImageOccurrence|null);\n\nOccurrence image\n\n### kind\n\n kind?: (grafeas.v1.NoteKind|keyof typeof grafeas.v1.NoteKind|null);\n\nOccurrence kind\n\n### name\n\n name?: (string|null);\n\nOccurrence name\n\n### noteName\n\n noteName?: (string|null);\n\nOccurrence noteName\n\n### package\n\n \"package\"?: (grafeas.v1.IPackageOccurrence|null);\n\nOccurrence package\n\n### remediation\n\n remediation?: (string|null);\n\nOccurrence remediation\n\n### resourceUri\n\n resourceUri?: (string|null);\n\nOccurrence resourceUri\n\n### sbomReference\n\n sbomReference?: (grafeas.v1.ISBOMReferenceOccurrence|null);\n\nOccurrence sbomReference\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nOccurrence updateTime\n\n### upgrade\n\n upgrade?: (grafeas.v1.IUpgradeOccurrence|null);\n\nOccurrence upgrade\n\n### vulnerability\n\n vulnerability?: (grafeas.v1.IVulnerabilityOccurrence|null);\n\nOccurrence vulnerability"]]