Class AlertDetail
Container for different types of alert details.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class AlertDetail : IDirectResponseSchema
Properties
DataLeak
Data Leak alert detail type.
Declaration
[JsonProperty("dataLeak")]
public virtual DataLeakAlertDetail DataLeak { get; set; }
Property Value
| Type | Description |
|---|---|
| DataLeakAlertDetail |
DetailType
Output only. Name of the detail type. Will be set by the server during creation to the name of the field that is set in the detail union.
Declaration
[JsonProperty("detailType")]
public virtual string DetailType { 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 |
InitialAccessBroker
Initial Access Broker alert detail type.
Declaration
[JsonProperty("initialAccessBroker")]
public virtual InitialAccessBrokerAlertDetail InitialAccessBroker { get; set; }
Property Value
| Type | Description |
|---|---|
| InitialAccessBrokerAlertDetail |
InsiderThreat
Insider Threat alert detail type.
Declaration
[JsonProperty("insiderThreat")]
public virtual InsiderThreatAlertDetail InsiderThreat { get; set; }
Property Value
| Type | Description |
|---|---|
| InsiderThreatAlertDetail |
SuspiciousDomain
Domain Monitoring alert detail type.
Declaration
[JsonProperty("suspiciousDomain")]
public virtual SuspiciousDomainAlertDetail SuspiciousDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| SuspiciousDomainAlertDetail |
TargetTechnology
Technology Watchlist alert detail type.
Declaration
[JsonProperty("targetTechnology")]
public virtual TargetTechnologyAlertDetail TargetTechnology { get; set; }
Property Value
| Type | Description |
|---|---|
| TargetTechnologyAlertDetail |