Class: Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleResponse

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

Response to validating an Event Threat Detection custom module.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ValidateEventThreatDetectionCustomModuleResponse

Returns a new instance of ValidateEventThreatDetectionCustomModuleResponse.



11912
11913
11914
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11912

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

Instance Attribute Details

#errorsGoogle::Apis::SecuritycenterV1::CustomModuleValidationErrors

A list of zero or more errors encountered while validating the uploaded configuration of an Event Threat Detection Custom Module. Corresponds to the JSON property errors



11910
11911
11912
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11910

def errors
  @errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11917
11918
11919
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11917

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