Security Center Management v1 API - Class ValidateEventThreatDetectionCustomModuleResponse (1.0.0)

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

Reference documentation and code samples for the Security Center Management v1 API class ValidateEventThreatDetectionCustomModuleResponse.

Response to validating an Event Threat Detection custom module.

Inheritance

object > ValidateEventThreatDetectionCustomModuleResponse

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Constructors

ValidateEventThreatDetectionCustomModuleResponse()

public ValidateEventThreatDetectionCustomModuleResponse()

ValidateEventThreatDetectionCustomModuleResponse(ValidateEventThreatDetectionCustomModuleResponse)

public ValidateEventThreatDetectionCustomModuleResponse(ValidateEventThreatDetectionCustomModuleResponse other)
Parameter
Name Description
other ValidateEventThreatDetectionCustomModuleResponse

Properties

Errors

public RepeatedField<ValidateEventThreatDetectionCustomModuleResponse.Types.CustomModuleValidationError> Errors { get; }

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

Property Value
Type Description
RepeatedFieldValidateEventThreatDetectionCustomModuleResponseTypesCustomModuleValidationError