Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.23 KB

ApiNote.md

File metadata and controls

24 lines (20 loc) · 2.23 KB

ApiNote

Properties

Name Type Description Notes
Name string [optional] [default to null]
ShortDescription string A one sentence description of this `Note`. [optional] [default to null]
LongDescription string A detailed description of this `Note`. [optional] [default to null]
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] [default to null]
VulnerabilityType *ApiVulnerabilityType A package vulnerability type of note. [optional] [default to null]
BuildType *ApiBuildType Build provenance type for a verifiable build. [optional] [default to null]
BaseImage *DockerImageBasis A note describing a base image. [optional] [default to null]
Package_ *PackageManagerPackage A note describing a package hosted by various package managers. [optional] [default to null]
Deployable *ApiDeployable A note describing something that can be deployed. [optional] [default to null]
Discovery *ApiDiscovery A note describing a provider/analysis type. [optional] [default to null]
RelatedUrl []NoteRelatedUrl [optional] [default to null]
ExpirationTime time.Time Time of expiration for this note, null if note does not expire. [optional] [default to null]
CreateTime time.Time Output only. The time this note was created. This field can be used as a filter in list requests. [optional] [default to null]
UpdateTime time.Time Output only. The time this note was last updated. This field can be used as a filter in list requests. [optional] [default to null]
OperationName string [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]