Resource: Note
Provides a detailed description of a Note
.
JSON representation | |
---|---|
{ "name": string, "shortDescription": string, "longDescription": string, "kind": enum ( |
Fields | ||
---|---|---|
name |
The name of the note in the form "projects/{provider_project_id}/notes/{NOTE_ID}" |
|
shortDescription |
A one sentence description of this |
|
longDescription |
A detailed description of this |
|
kind |
Output only. This explicitly denotes which kind of note is specified. This field can be used as a filter in list requests. |
|
relatedUrl[] |
URLs associated with this note |
|
expirationTime |
Time of expiration for this note, null if note does not expire. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
|
createTime |
Output only. The time this note was created. This field can be used as a filter in list requests. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
|
updateTime |
Output only. The time this note was last updated. This field can be used as a filter in list requests. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
|
Union field note_type . The type of note. note_type can be only one of the following: |
||
vulnerabilityType |
A package vulnerability type of note. |
|
buildType |
Build provenance type for a verifiable build. |
|
baseImage |
A note describing a base image. |
|
package |
A note describing a package hosted by various package managers. |
|
deployable |
A note describing something that can be deployed. |
|
discovery |
A note describing a provider/analysis type. |
|
attestationAuthority |
A note describing an attestation role. |
|
upgrade |
A note describing an upgrade. |
Methods |
|
---|---|
|
Creates a new Note . |
|
Deletes the given Note from the system. |
|
Returns the requested Note . |
|
Gets the access control policy for a note or an Occurrence resource. |
|
Lists all Notes for a given project. |
|
Updates an existing Note . |
|
Sets the access control policy on the specified Note or Occurrence . |
|
Returns the permissions that a caller has on the specified note or occurrence resource. |