Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Latest commit

History

History
25 lines (21 loc) · 2.29 KB

File metadata and controls

25 lines (21 loc) · 2.29 KB

ApiNote

Properties

NameTypeDescriptionNotes
namestrThe name of the note in the form "projects/{PROJECT_ID}/notes/{NOTE_ID}".[optional]
short_descriptionstrA one sentence description of this `Note`.[optional]
long_descriptionstrA detailed description of this `Note`.[optional]
kindApiNoteKindOutput only. This explicitly denotes which kind of note is specified. This field can be used as a filter in list requests.[optional]
vulnerability_typeApiVulnerabilityTypeA package vulnerability type of note.[optional]
build_typeApiBuildTypeBuild provenance type for a verifiable build.[optional]
base_imageDockerImageBasisA note describing a base image.[optional]
packagePackageManagerPackageA note describing a package hosted by various package managers.[optional]
deployableApiDeployableA note describing something that can be deployed.[optional]
discoveryApiDiscoveryA note describing a provider/analysis type.[optional]
attestation_authorityApiAttestationAuthorityA note describing an attestation role.[optional]
related_urllist[NoteRelatedUrl]URLs associated with this note.[optional]
expiration_timedatetimeTime of expiration for this note, null if note does not expire.[optional]
create_timedatetimeOutput only. The time this note was created. This field can be used as a filter in list requests.[optional]
update_timedatetimeOutput only. The time this note was last updated. This field can be used as a filter in list requests.[optional]
operation_namestrThe name of the `Operation` in the form "projects/{PROJECT_ID}/operations/{OPERATION_ID}".[optional]

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