Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 3.34 KB

V1beta1Occurrence.md

File metadata and controls

29 lines (25 loc) · 3.34 KB

V1beta1Occurrence

Properties

Name Type Description Notes
Name string Output only. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. [optional] [default to null]
Resource *V1beta1Resource Required. Immutable. The resource for which the occurrence applies. [optional] [default to null]
NoteName string Required. Immutable. The analysis note associated with this occurrence, in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. This field can be used as a filter in list requests. [optional] [default to null]
Kind *V1beta1NoteKind Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests. [optional] [default to null]
Remediation string A description of actions that can be taken to remedy the note. [optional] [default to null]
CreateTime time.Time Output only. The time this occurrence was created. [optional] [default to null]
UpdateTime time.Time Output only. The time this occurrence was last updated. [optional] [default to null]
Vulnerability *V1beta1vulnerabilityDetails Describes a security vulnerability. [optional] [default to null]
Build *V1beta1buildDetails Describes a verifiable build. [optional] [default to null]
DerivedImage *V1beta1imageDetails Describes how this resource derives from the basis in the associated note. [optional] [default to null]
Installation *V1beta1packageDetails Describes the installation of a package on the linked resource. [optional] [default to null]
Deployment *V1beta1deploymentDetails Describes the deployment of an artifact on a runtime. [optional] [default to null]
Discovered *V1beta1discoveryDetails Describes when a resource was discovered. [optional] [default to null]
Attestation *V1beta1attestationDetails Describes an attestation of an artifact. [optional] [default to null]
Intoto *V1beta1intotoDetails Describes a specific in-toto link. [optional] [default to null]
Sbom *SpdxDocumentOccurrence Describes a specific software bill of materials document. [optional] [default to null]
SpdxPackage *SpdxPackageInfoOccurrence Describes a specific SPDX Package. [optional] [default to null]
SpdxFile *SpdxFileOccurrence Describes a specific SPDX File. [optional] [default to null]
SpdxRelationship *SpdxRelationshipOccurrence Describes a specific SPDX Relationship. [optional] [default to null]
Envelope *V1beta1Envelope [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]