Show / Hide Table of Contents

Class LegacyMetadata

Legacy metadata associated with this scenario/monitor.

Inheritance
object
LegacyMetadata
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 LegacyMetadata : IDirectResponseSchema

Properties

AggregationEnabled

Optional. Whether aggregation is enabled for alerts from this monitor.

Declaration
[JsonProperty("aggregationEnabled")]
public virtual bool? AggregationEnabled { get; set; }
Property Value
Type Description
bool?

AggregationSimilarity

Optional. Similarity threshold for aggregation.

Declaration
[JsonProperty("aggregationSimilarity")]
public virtual double? AggregationSimilarity { get; set; }
Property Value
Type Description
double?

ConditionVersion

Optional. Version of the condition schema.

Declaration
[JsonProperty("conditionVersion")]
public virtual int? ConditionVersion { get; set; }
Property Value
Type Description
int?

CreatorUserId

Optional. User ID who created the monitor.

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

Description

Optional. Description of the legacy monitor.

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

DisabledCode

Optional. Code indicating why the monitor is disabled (if applicable).

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

DisabledReason

Optional. Reason why the monitor is disabled (if applicable).

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

DisplayName

Optional. Name of the legacy monitor.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

EmailNotificationEnabled

Optional. Whether email notifications are enabled.

Declaration
[JsonProperty("emailNotificationEnabled")]
public virtual bool? EmailNotificationEnabled { get; set; }
Property Value
Type Description
bool?

EmailNotificationImmediate

Optional. Whether email notifications are intermediate/immediate.

Declaration
[JsonProperty("emailNotificationImmediate")]
public virtual bool? EmailNotificationImmediate { get; set; }
Property Value
Type Description
bool?

LegacyMonitorId

Optional. Unique identifier of the legacy monitor.

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

StaleTime

object representation of StaleTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StaleTimeDateTimeOffset instead.")]
public virtual object StaleTime { get; set; }
Property Value
Type Description
object

StaleTimeDateTimeOffset

DateTimeOffset representation of StaleTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StaleTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StaleTimeRaw

Optional. Time the legacy monitor was considered stale.

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

TemplateId

Optional. ID of the template this monitor was created from.

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

TenantId

Optional. ID of the tenant owning the monitor.

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

UpdaterUserId

Optional. User ID who last updated the monitor.

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

Version

Optional. Version of the monitor configuration.

Declaration
[JsonProperty("version")]
public virtual int? Version { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX