Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 2.25 KB

ApiOccurrence.md

File metadata and controls

22 lines (19 loc) · 2.25 KB

Grafeas::ApiOccurrence

Properties

Name Type Description Notes
name String [optional]
resource_url 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]
note_name 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]
vulnerability_details VulnerabilityTypeVulnerabilityDetails Details of a security vulnerability note. [optional]
build_details ApiBuildDetails Build details for a verifiable build. [optional]
derived_image_details DockerImageDerivedDetails Describes how this resource derives from the basis in the associated note. [optional]
installation_details PackageManagerInstallationDetails Describes the installation of a package on the linked resource. [optional]
deployment_details DeployableDeploymentDetails Describes the deployment of an artifact on a runtime. [optional]
discovered_details DiscoveryDiscoveredDetails Describes the initial scan status for this resource. [optional]
attestation_details AttestationAuthorityAttestationDetails Describes an attestation of an artifact. [optional]
remediation String [optional]
create_time DateTime Output only. The time this `Occurrence` was created. [optional]
update_time DateTime Output only. The time this `Occurrence` was last updated. [optional]
operation_name String [optional]