public sealed class ValidateEventThreatDetectionCustomModuleRequest : IMessage<ValidateEventThreatDetectionCustomModuleRequest>, IEquatable<ValidateEventThreatDetectionCustomModuleRequest>, IDeepCloneable<ValidateEventThreatDetectionCustomModuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ValidateEventThreatDetectionCustomModuleRequest.
Request to validate an Event Threat Detection custom module.
Implements
IMessageValidateEventThreatDetectionCustomModuleRequest, IEquatableValidateEventThreatDetectionCustomModuleRequest, IDeepCloneableValidateEventThreatDetectionCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ValidateEventThreatDetectionCustomModuleRequest()
public ValidateEventThreatDetectionCustomModuleRequest()
ValidateEventThreatDetectionCustomModuleRequest(ValidateEventThreatDetectionCustomModuleRequest)
public ValidateEventThreatDetectionCustomModuleRequest(ValidateEventThreatDetectionCustomModuleRequest other)
Parameter | |
---|---|
Name | Description |
other |
ValidateEventThreatDetectionCustomModuleRequest |
Properties
Parent
public string Parent { get; set; }
Required. Resource name of the parent to validate the Custom Module under.
Its format is:
organizations/{organization}/eventThreatDetectionSettings
.folders/{folder}/eventThreatDetectionSettings
.projects/{project}/eventThreatDetectionSettings
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsEventThreatDetectionSettingsName
public EventThreatDetectionSettingsName ParentAsEventThreatDetectionSettingsName { get; set; }
EventThreatDetectionSettingsName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EventThreatDetectionSettingsName |
RawText
public string RawText { get; set; }
Required. The raw text of the module's contents. Used to generate error messages.
Property Value | |
---|---|
Type | Description |
string |
Type
public string Type { get; set; }
Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
Property Value | |
---|---|
Type | Description |
string |