Class: Grafeas::V1::Subject

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

Defined Under Namespace

Classes: DigestEntry

Instance Attribute Summary collapse

Instance Attribute Details

#digest::Google::Protobuf::Map{::String => ::String}

Returns "<ALGORITHM>": "<HEX_VALUE>" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet.

Returns:



53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'proto_docs/grafeas/v1/intoto_statement.rb', line 53

class Subject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class DigestEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String

Returns:

  • (::String)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'proto_docs/grafeas/v1/intoto_statement.rb', line 53

class Subject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class DigestEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end