Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Application

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb

Overview

Represents an application associated with a finding.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Application

Returns a new instance of GoogleCloudSecuritycenterV2Application.



4442
4443
4444
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4442

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#base_uriString

The base URI that identifies the network location of the application in which the vulnerability was detected. For example, http://example.com. Corresponds to the JSON property baseUri

Returns:

  • (String)


4434
4435
4436
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4434

def base_uri
  @base_uri
end

#full_uriString

The full URI with payload that could be used to reproduce the vulnerability. For example, http://example.com?p=aMmYgI6H. Corresponds to the JSON property fullUri

Returns:

  • (String)


4440
4441
4442
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4440

def full_uri
  @full_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4447
4448
4449
4450
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4447

def update!(**args)
  @base_uri = args[:base_uri] if args.key?(:base_uri)
  @full_uri = args[:full_uri] if args.key?(:full_uri)
end