Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 2.23 KB

ApiOccurrence.md

File metadata and controls

23 lines (18 loc) · 2.23 KB

ApiOccurrence

Properties

Name Type Description Notes
name String [optional]
resourceUrl String The unique URL of the image or the container for which the `Occurrence` applies. For example, https://gcr.io/project/image@sha256:foo This field can be used as a filter in list requests. [optional]
noteName String An analysis note associated with this image, in the form "providers/{provider_id}/notes/{NOTE_ID}" This field can be used as a filter in list requests. [optional]
kind ApiNoteKind Output only. This explicitly denotes which of the `Occurrence` details are specified. This field can be used as a filter in list requests. [optional]
vulnerabilityDetails VulnerabilityTypeVulnerabilityDetails Details of a security vulnerability note. [optional]
buildDetails ApiBuildDetails Build details for a verifiable build. [optional]
derivedImageDetails DockerImageDerivedDetails Describes how this resource derives from the basis in the associated note. [optional]
installationDetails PackageManagerInstallationDetails Describes the installation of a package on the linked resource. [optional]
deploymentDetails DeployableDeploymentDetails Describes the deployment of an artifact on a runtime. [optional]
discoveredDetails DiscoveryDiscoveredDetails Describes the initial scan status for this resource. [optional]
attestationDetails AttestationAuthorityAttestationDetails Describes an attestation of an artifact. [optional]
remediation String [optional]
createTime OffsetDateTime Output only. The time this `Occurrence` was created. [optional]
updateTime OffsetDateTime Output only. The time this `Occurrence` was last updated. [optional]