Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.29 KB

ApiNote.md

File metadata and controls

25 lines (21 loc) · 2.29 KB

ApiNote

Properties

Name Type Description Notes
name str The name of the note in the form "projects/{PROJECT_ID}/notes/{NOTE_ID}". [optional]
short_description str A one sentence description of this `Note`. [optional]
long_description str 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]
attestation_authority ApiAttestationAuthority A note describing an attestation role. [optional]
related_url list[NoteRelatedUrl] URLs associated with this note. [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 str The 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]