Class: Google::Apis::ThreatintelligenceV1beta::TargetTechnologyFindingDetail

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

Overview

Contains details for a technology watchlist finding.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TargetTechnologyFindingDetail

Returns a new instance of TargetTechnologyFindingDetail.



2051
2052
2053
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 2051

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

Instance Attribute Details

#vulnerability_matchGoogle::Apis::ThreatintelligenceV1beta::VulnerabilityMatch

Contains details about a vulnerability match. Corresponds to the JSON property vulnerabilityMatch



2049
2050
2051
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 2049

def vulnerability_match
  @vulnerability_match
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2056
2057
2058
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 2056

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