public sealed class AttestationNote : IMessage<AttestationNote>, IEquatable<AttestationNote>, IDeepCloneable<AttestationNote>, IBufferMessage, IMessage
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."],[[["\u003cp\u003eThe \u003ccode\u003eAttestationNote\u003c/code\u003e class in Grafeas.V1 represents a logical attestation role or authority, such as "QA" or "build," and serves as a grouping mechanism for attached \u003ccode\u003eAttestation\u003c/code\u003e occurrences.\u003c/p\u003e\n"],["\u003cp\u003eThis grouping of \u003ccode\u003eAttestation\u003c/code\u003e occurrences using \u003ccode\u003eAttestationNote\u003c/code\u003e provides a security boundary via IAM Access Control Lists, controlling the ability to attach an occurrence to a given note.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAttestationNote\u003c/code\u003e class allows a singular point of lookup to find all attached attestation occurrences, even across different projects, making management easier.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAttestationNote\u003c/code\u003e class can inherit from the \u003ccode\u003eObject\u003c/code\u003e class and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAttestationNote\u003c/code\u003e has a \u003ccode\u003eHint\u003c/code\u003e property, which provides additional information about the attestation authority's purpose, using the type \u003ccode\u003eAttestationNote.Types.Hint\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]