Show / Hide Table of Contents

Class AlertDocument

A document that is associated with an alert.

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

Properties

AiSummary

Output only. AI summary of the finding.

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

Author

Output only. The author of the document.

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

CollectionTime

object representation of CollectionTimeRaw.

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

CollectionTimeDateTimeOffset

DateTimeOffset representation of CollectionTimeRaw.

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

CollectionTimeRaw

Output only. Time when the origin source collected the intel.

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

Content

Output only. The content of the document.

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

CreateTime

object representation of CreateTimeRaw.

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

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

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

CreateTimeRaw

Output only. The time the document was created.

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

IngestTime

object representation of IngestTimeRaw.

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

IngestTimeDateTimeOffset

DateTimeOffset representation of IngestTimeRaw.

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

IngestTimeRaw

Output only. Time when GTI received the intel.

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

LanguageCode

Output only. The language code of the document.

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

Name

Identifier. Server generated name for the alert document. format is projects/{project}/alerts/{alert}/documents/{document}

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

Source

Output only. Source of the intel item, e.g. DarkMarket.

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

SourceUpdateTime

object representation of SourceUpdateTimeRaw.

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

SourceUpdateTimeDateTimeOffset

DateTimeOffset representation of SourceUpdateTimeRaw.

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

SourceUpdateTimeRaw

Output only. Time when the intel was last updated by the source.

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

SourceUri

Output only. URI of the intel item from the source.

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

Title

Output only. The title of the document, if available.

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

Translation

Output only. The translation of the document, if available.

Declaration
[JsonProperty("translation")]
public virtual AlertDocumentTranslation Translation { get; set; }
Property Value
Type Description
AlertDocumentTranslation

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX