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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation and code samples for the `AttestationNote` class within the Grafeas v1 API."],["The `AttestationNote` class acts as a grouping mechanism for attestation occurrences and is a logical representation of an attestation \"role\" or \"authority\"."],["The `AttestationNote` provides a security boundary through IAM ACLs that control the attachment of occurrences, and serves as a single point to look up related attestation occurrences, even across different projects."],["The page provides access to the various versions of this package, from version 2.2.0 to the latest 3.7.0, with 3.6.0 being the currently viewed documentation version."],["`AttestationNote` implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and contains a `Hint` property to describe the attestation authority's purpose."]]],[]]