Class: Google::Cloud::SecurityCenter::V1::Reference

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

Overview

Additional Links

Instance Attribute Summary collapse

Instance Attribute Details

#source::String

Returns Source of the reference e.g. NVD.

Returns:

  • (::String)

    Source of the reference e.g. NVD



136
137
138
139
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 136

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

#uri::String

Returns Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.

Returns:



136
137
138
139
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 136

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