Class: Google::Cloud::SecurityCenter::V1::Application

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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