Google Cloud Security Command Center v1 API - Class ValidateEventThreatDetectionCustomModuleResponse (3.23.0)

public sealed class ValidateEventThreatDetectionCustomModuleResponse : IMessage<ValidateEventThreatDetectionCustomModuleResponse>, IEquatable<ValidateEventThreatDetectionCustomModuleResponse>, IDeepCloneable<ValidateEventThreatDetectionCustomModuleResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ValidateEventThreatDetectionCustomModuleResponse.

Response to validating an Event Threat Detection custom module.

Inheritance

object > ValidateEventThreatDetectionCustomModuleResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ValidateEventThreatDetectionCustomModuleResponse()

public ValidateEventThreatDetectionCustomModuleResponse()

ValidateEventThreatDetectionCustomModuleResponse(ValidateEventThreatDetectionCustomModuleResponse)

public ValidateEventThreatDetectionCustomModuleResponse(ValidateEventThreatDetectionCustomModuleResponse other)
Parameter
Name Description
other ValidateEventThreatDetectionCustomModuleResponse

Properties

Errors

public CustomModuleValidationErrors Errors { get; set; }

A list of errors returned by the validator. If the list is empty, there were no errors.

Property Value
Type Description
CustomModuleValidationErrors