Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.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 could be used to reproduce the vulnerability.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Application
constructor
A new instance of GoogleCloudSecuritycenterV2Application.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Application
Returns a new instance of GoogleCloudSecuritycenterV2Application.
3354 3355 3356 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3354 def initialize(**args) update!(**args) end |
Instance Attribute Details
#base_uri ⇒ String
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
3346 3347 3348 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3346 def base_uri @base_uri end |
#full_uri ⇒ String
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
3352 3353 3354 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3352 def full_uri @full_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3359 3360 3361 3362 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3359 def update!(**args) @base_uri = args[:base_uri] if args.key?(:base_uri) @full_uri = args[:full_uri] if args.key?(:full_uri) end |