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.
Implements
IMessageDSSEAttestationNoteTypesDSSEHint, IEquatableDSSEAttestationNoteTypesDSSEHint, IDeepCloneableDSSEAttestationNoteTypesDSSEHint, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
Grafeas.V1.dll
Constructors
DSSEHint()
public DSSEHint()
DSSEHint(DSSEHint)
public DSSEHint(DSSEAttestationNote.Types.DSSEHint other)
Parameter | |
---|---|
Name | Description |
other | DSSEAttestationNoteTypesDSSEHint |
Properties
HumanReadableName
public string HumanReadableName { get; set; }
Required. The human readable name of this attestation authority, for example "cloudbuild-prod".
Property Value | |
---|---|
Type | Description |
string |