Class: Google::Apis::ContaineranalysisV1beta1::VulnerabilityOccurrencesSummary

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

Overview

A summary of how many vulnerability occurrences there are per resource and severity type.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VulnerabilityOccurrencesSummary

Returns a new instance of VulnerabilityOccurrencesSummary.



6201
6202
6203
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6201

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

Instance Attribute Details

#countsArray<Google::Apis::ContaineranalysisV1beta1::FixableTotalByDigest>

A listing by resource of the number of fixable and total vulnerabilities. Corresponds to the JSON property counts



6199
6200
6201
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6199

def counts
  @counts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6206
6207
6208
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6206

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