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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation covers the `ValidateEventThreatDetectionCustomModuleResponse` class within the Security Center Management v1 API, specifically version 1.0.0, with links to the latest (1.2.0) and 1.1.0 versions."],["The `ValidateEventThreatDetectionCustomModuleResponse` class serves as a response to validating an Event Threat Detection custom module."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class contains a property `Errors` that returns a list of `CustomModuleValidationError` to inform if the custom module was validated successfully."],["Two constructors are defined for this class, a default one and one that takes another `ValidateEventThreatDetectionCustomModuleResponse` object as a parameter for creating a copy."]]],[]]