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 webpage provides reference documentation and code samples for the `AttestationNote` class within the Grafeas v1 API, serving as a logical grouping mechanism for attestation occurrences."],["The `AttestationNote` class is designed to represent an attestation \"role\" or \"authority,\" and it allows for the attachment of occurrences while also providing a security boundary through IAM ACLs."],["The webpage covers version 3.3.0 of the API with a link to the latest version (3.7.0) and older versions as far back as version 2.2.0."],["The `AttestationNote` class is part of the Grafeas.V1 namespace and is implemented within the Grafeas.V1.dll assembly, inheriting from the base `object` class and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AttestationNote` include the `Hint`, which provides insights into the purpose of the attestation authority."]]],[]]