Class: Google::Cloud::SecurityCenter::V1::Reference
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Reference
- 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
-
#source ⇒ ::String
Source of the reference e.g.
-
#uri ⇒ ::String
Uri for the mentioned source e.g.
Instance Attribute Details
#source ⇒ ::String
Returns 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.
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 |