Class: Google::Cloud::SecurityCenter::V1::Application
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Application
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/application.rb
Overview
Represents an application associated with a finding.
Instance Attribute Summary collapse
-
#base_uri ⇒ ::String
The base URI that identifies the network location of the application in which the vulnerability was detected.
-
#full_uri ⇒ ::String
The full URI with payload that can be used to reproduce the vulnerability.
Instance Attribute Details
#base_uri ⇒ ::String
Returns The base URI that identifies the network location of the application in
which the vulnerability was detected. For example, http://example.com
.
33 34 35 36 |
# File 'proto_docs/google/cloud/securitycenter/v1/application.rb', line 33 class Application include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#full_uri ⇒ ::String
Returns The full URI with payload that can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H
.
33 34 35 36 |
# File 'proto_docs/google/cloud/securitycenter/v1/application.rb', line 33 class Application include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |