Class: Grafeas::V1::VulnerabilityNote::WindowsDetail::KnowledgeBase

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The KB name (generally of the form KB[0-9]+ (e.g., KB123456)).

Returns:

  • (::String)

    The KB name (generally of the form KB[0-9]+ (e.g., KB123456)).



156
157
158
159
# File 'proto_docs/grafeas/v1/vulnerability.rb', line 156

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

#url::String

Returns A link to the KB in the Windows update catalog.

Returns:



156
157
158
159
# File 'proto_docs/grafeas/v1/vulnerability.rb', line 156

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