Class ValidateEventThreatDetectionCustomModuleRequest
Request to validate an Event Threat Detection custom module.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ValidateEventThreatDetectionCustomModuleRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RawText
Required. The raw text of the module's contents. Used to generate error messages.
Declaration
[JsonProperty("rawText")]
public virtual string RawText { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |