GoogleApi.SecurityCenter.V1.Model.ValidateEventThreatDetectionCustomModuleResponse (google_api_security_center v0.39.0)
View SourceResponse to validating an Event Threat Detection custom module.
Attributes
-
errors
(type:GoogleApi.SecurityCenter.V1.Model.CustomModuleValidationErrors.t
, default:nil
) - A list of errors returned by the validator. If the list is empty, there were no errors.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.ValidateEventThreatDetectionCustomModuleResponse{ errors: GoogleApi.SecurityCenter.V1.Model.CustomModuleValidationErrors.t() | nil }