public sealed class Note : IMessage<Note>, IEquatable<Note>, IDeepCloneable<Note>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class Note.
A type of analysis that can be done for a resource.
Namespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Note()
public Note()
Note(Note)
public Note(Note other)
Properties
Attestation
public AttestationNote Attestation { get; set; }
A note describing an attestation role.
Build
public BuildNote Build { get; set; }
A note describing build provenance for a verifiable build.
Compliance
public ComplianceNote Compliance { get; set; }
A note describing a compliance check.
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time this note was created. This field can be used as a filter in list requests.
Deployment
public DeploymentNote Deployment { get; set; }
A note describing something that can be deployed.
Discovery
public DiscoveryNote Discovery { get; set; }
A note describing the initial analysis of a resource.
DsseAttestation
public DSSEAttestationNote DsseAttestation { get; set; }
A note describing a dsse attestation note.
ExpirationTime
public Timestamp ExpirationTime { get; set; }
Time of expiration for this note. Empty if note does not expire.
Image
public ImageNote Image { get; set; }
A note describing a base image.
Kind
public NoteKind Kind { get; set; }
Output only. The type of analysis. This field can be used as a filter in list requests.
LongDescription
public string LongDescription { get; set; }
A detailed description of this note.
Name
public string Name { get; set; }
Output only. The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
NoteName
public NoteName NoteName { get; set; }
Package
public PackageNote Package { get; set; }
A note describing a package hosted by various package managers.
RelatedNoteNames
public RepeatedField<string> RelatedNoteNames { get; }
Other notes related to this note.
RelatedUrl
public RepeatedField<RelatedUrl> RelatedUrl { get; }
URLs associated with this note.
ShortDescription
public string ShortDescription { get; set; }
A one sentence description of this note.
TypeCase
public Note.TypeOneofCase TypeCase { get; }
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time this note was last updated. This field can be used as a filter in list requests.
Upgrade
public UpgradeNote Upgrade { get; set; }
A note describing available package upgrades.
Vulnerability
public VulnerabilityNote Vulnerability { get; set; }
A note describing a package vulnerability.
VulnerabilityAssessment
public VulnerabilityAssessmentNote VulnerabilityAssessment { get; set; }
A note describing a vulnerability assessment.