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) · 1.8 KB

ApiNote.md

File metadata and controls

22 lines (19 loc) · 1.8 KB

Grafeas::ApiNote

Properties

Name Type Description Notes
name String [optional]
short_description String A one sentence description of this `Note`. [optional]
long_description String A detailed description of this `Note`. [optional]
kind ApiNoteKind Output only. This explicitly denotes which kind of note is specified. This field can be used as a filter in list requests. [optional]
vulnerability_type ApiVulnerabilityType A package vulnerability type of note. [optional]
build_type ApiBuildType Build provenance type for a verifiable build. [optional]
base_image DockerImageBasis A note describing a base image. [optional]
package PackageManagerPackage A note describing a package hosted by various package managers. [optional]
deployable ApiDeployable A note describing something that can be deployed. [optional]
discovery ApiDiscovery A note describing a provider/analysis type. [optional]
related_url Array<NoteRelatedUrl> [optional]
expiration_time DateTime Time of expiration for this note, null if note does not expire. [optional]
create_time DateTime Output only. The time this note was created. This field can be used as a filter in list requests. [optional]
update_time DateTime Output only. The time this note was last updated. This field can be used as a filter in list requests. [optional]
operation_name String [optional]