public sealed class DSSEAttestationNote.Types.DSSEHint : IMessage<DSSEAttestationNote.Types.DSSEHint>, IEquatable<DSSEAttestationNote.Types.DSSEHint>, IDeepCloneable<DSSEAttestationNote.Types.DSSEHint>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DSSEAttestationNote.Types.DSSEHint.
This submessage provides human-readable hints about the purpose of the
authority. Because the name of a note acts as its resource reference, it is
important to disambiguate the canonical name of the Note (which might be a
UUID for security purposes) from "readable" names more suitable for debug
output. Note that these hints should not be used to look up authorities in
security sensitive contexts, such as when looking up attestations to
verify.
[[["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 documentation provides reference information for the `DSSEAttestationNote.Types.DSSEHint` class within the Grafeas v1 API, detailing its structure and purpose."],["The `DSSEHint` class serves as a submessage to offer human-readable descriptions of an attestation authority, assisting in debugging and clarity, although it should not be used for security lookups."],["The `DSSEHint` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class `DSSEHint` contains a property, `HumanReadableName`, which is a required string that provides the human-readable name of the attestation authority."],["The documentation supports multiple versions of this class, with 3.7.0 being the latest version available, allowing developers to reference previous versions."]]],[]]