Class AttestationNote.Types.Hint (2.4.0)

public sealed class Hint : IMessage<AttestationNote.Types.Hint>, IEquatable<AttestationNote.Types.Hint>, IDeepCloneable<AttestationNote.Types.Hint>, IBufferMessage, IMessage

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.

Inheritance

Object > AttestationNote.Types.Hint

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Hint()

public Hint()

Hint(AttestationNote.Types.Hint)

public Hint(AttestationNote.Types.Hint other)
Parameter
NameDescription
otherAttestationNote.Types.Hint

Properties

HumanReadableName

public string HumanReadableName { get; set; }

Required. The human readable name of this attestation authority, for example "qa".

Property Value
TypeDescription
String