public sealed class AttestationNote : IMessage<AttestationNote>, IEquatable<AttestationNote>, IDeepCloneable<AttestationNote>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class AttestationNote.
Note kind that represents a logical attestation "role" or "authority". For
example, an organization might have one Authority for "QA" and one for
"build". This note is intended to act strictly as a grouping mechanism for
the attached occurrences (Attestations). This grouping mechanism also
provides a security boundary, since IAM ACLs gate the ability for a principle
to attach an occurrence to a given note. It also provides a single point of
lookup to find all attached attestation occurrences, even if they don't all
live in the same project.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference documentation and code samples for the `AttestationNote` class within the Grafeas v1 API."],["The `AttestationNote` class is a note kind that represents a logical attestation authority, allowing for the grouping of related attestations and implementing security boundaries via IAM ACLs."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `AttestationNote` class includes a `Hint` property, which provides information about the purpose of the attestation authority."],["The document also lists available versions of this class, ranging from version 2.2.0 to 3.7.0 with 3.7.0 being the latest."]]],[]]