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

ApiNote.md

File metadata and controls

23 lines (18 loc) · 1.81 KB

ApiNote

Properties

Name Type Description Notes
name String [optional]
shortDescription String A one sentence description of this `Note`. [optional]
longDescription 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]
vulnerabilityType ApiVulnerabilityType A package vulnerability type of note. [optional]
buildType ApiBuildType Build provenance type for a verifiable build. [optional]
baseImage 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]
relatedUrl List<NoteRelatedUrl> [optional]
expirationTime OffsetDateTime Time of expiration for this note, null if note does not expire. [optional]
createTime OffsetDateTime Output only. The time this note was created. This field can be used as a filter in list requests. [optional]
updateTime OffsetDateTime Output only. The time this note was last updated. This field can be used as a filter in list requests. [optional]