Class: Grafeas::V1::AttestationNote::Hint

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/attestation.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#human_readable_name::String

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

Returns:

  • (::String)

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



48
49
50
51
# File 'proto_docs/grafeas/v1/attestation.rb', line 48

class Hint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end