Show / Hide Table of Contents

Class CustomThreatScenarioConfig

CustomThreatScenarioConfig represents a user-defined threat scenario configuration.

Inheritance
object
CustomThreatScenarioConfig
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.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class CustomThreatScenarioConfig : IDirectResponseSchema

Properties

CompiledLuceneQuery

Output only. The compiled Lucene query string.

Declaration
[JsonProperty("compiledLuceneQuery")]
public virtual string CompiledLuceneQuery { get; set; }
Property Value
Type Description
string

DocumentCondition

Required. The condition driving the scenario, stored as a stringified JSON. This is used to query/filter documents.

Declaration
[JsonProperty("documentCondition")]
public virtual string DocumentCondition { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LegacyMonitorMetadata

Optional. Legacy metadata associated with this scenario/monitor.

Declaration
[JsonProperty("legacyMonitorMetadata")]
public virtual LegacyMetadata LegacyMonitorMetadata { get; set; }
Property Value
Type Description
LegacyMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX