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 message for [SecurityCenterManagement.ValidateEventThreatDetectionCustomModule][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ValidateEventThreatDetectionCustomModule].
Implements
IMessageValidateEventThreatDetectionCustomModuleResponse, IEquatableValidateEventThreatDetectionCustomModuleResponse, IDeepCloneableValidateEventThreatDetectionCustomModuleResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
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 |