Show / Hide Table of Contents

Class ValidateEventThreatDetectionCustomModuleRequest

Request to validate an Event Threat Detection custom module.

Inheritance
object
ValidateEventThreatDetectionCustomModuleRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX