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

Output only. Whether aggregation is enabled for alerts from this monitor.

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

AggregationSimilarity

Output only. Similarity threshold for aggregation.

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

ConditionVersion

Output only. Version of the condition schema.

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

CreatorUserId

Output only. User ID who created the monitor.

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

Description

Output only. Description of the legacy monitor.

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

DisabledCode

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

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

DisabledReason

Output only. Reason why the monitor is disabled (if applicable).

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

DisplayName

Output only. 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

Output only. Deprecated: Whether email notifications are enabled. This field will not be used as email notifications are handled through the GTI Mail Hub.

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

EmailNotificationImmediate

Output only. Deprecated: Whether email notifications are intermediate/immediate. This field will not be used as email notifications are handled through the GTI Mail Hub.

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

LegacyMonitorId

Output only. 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

Output only. Time the legacy monitor was considered stale.

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

TemplateId

Output only. ID of the template this monitor was created from.

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

TenantId

Output only. ID of the tenant owning the monitor.

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

UpdaterUserId

Output only. User ID who last updated the monitor.

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

Version

Output only. 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