GetOccurrenceResult

data class GetOccurrenceResult(val attestation: DetailsResponse, val build: GrafeasV1beta1BuildDetailsResponse, val createTime: String, val deployment: GrafeasV1beta1DeploymentDetailsResponse, val derivedImage: GrafeasV1beta1ImageDetailsResponse, val discovered: GrafeasV1beta1DiscoveryDetailsResponse, val envelope: EnvelopeResponse, val installation: GrafeasV1beta1PackageDetailsResponse, val intoto: GrafeasV1beta1IntotoDetailsResponse, val kind: String, val name: String, val noteName: String, val remediation: String, val resource: ResourceResponse, val sbom: DocumentOccurrenceResponse, val sbomReference: SBOMReferenceOccurrenceResponse, val spdxFile: FileOccurrenceResponse, val spdxPackage: PackageInfoOccurrenceResponse, val spdxRelationship: RelationshipOccurrenceResponse, val updateTime: String, val vulnerability: GrafeasV1beta1VulnerabilityDetailsResponse)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes an attestation of an artifact.

Link copied to clipboard

Describes a verifiable build.

Link copied to clipboard

The time this occurrence was created.

Link copied to clipboard

Describes the deployment of an artifact on a runtime.

Link copied to clipboard

Describes how this resource derives from the basis in the associated note.

Link copied to clipboard

Describes when a resource was discovered.

Link copied to clipboard

https://github.com/secure-systems-lab/dsse

Link copied to clipboard

Describes the installation of a package on the linked resource.

Link copied to clipboard

Describes a specific in-toto link.

Link copied to clipboard

This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.

Link copied to clipboard

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Link copied to clipboard

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.

Link copied to clipboard

A description of actions that can be taken to remedy the note.

Link copied to clipboard

Immutable. The resource for which the occurrence applies.

Link copied to clipboard

Describes a specific software bill of materials document.

Link copied to clipboard

Describes a specific SBOM reference occurrences.

Link copied to clipboard

Describes a specific SPDX File.

Link copied to clipboard

Describes a specific SPDX Package.

Link copied to clipboard

Describes a specific SPDX Relationship.

Link copied to clipboard

The time this occurrence was last updated.

Link copied to clipboard

Describes a security vulnerability.