class Google::Apis::ContaineranalysisV1::CisBenchmark
A compliance check that is a CIS benchmark.
Attributes
profile_level[RW]
Corresponds to the JSON property ‘profileLevel` @return [Fixnum]
severity[RW]
Corresponds to the JSON property ‘severity` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 704 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1/classes.rb, line 709 def update!(**args) @profile_level = args[:profile_level] if args.key?(:profile_level) @severity = args[:severity] if args.key?(:severity) end