Class SoarAlertMetadata
Metadata fields of alerts coming from other SIEM systems.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SoarAlertMetadata : IMessage<SoarAlertMetadata>, IEquatable<SoarAlertMetadata>, IDeepCloneable<SoarAlertMetadata>, IBufferMessage, IMessage
Constructors
SoarAlertMetadata()
Declaration
public SoarAlertMetadata()
SoarAlertMetadata(SoarAlertMetadata)
Declaration
public SoarAlertMetadata(SoarAlertMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| SoarAlertMetadata | other |
Properties
AlertId
Alert ID in the source SIEM system.
Declaration
public string AlertId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Product
Name of the product the alert is coming from.
Declaration
public string Product { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceRule
Name of the rule triggering the alert in the source SIEM.
Declaration
public string SourceRule { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceSystem
Name of the Source SIEM system.
Declaration
public string SourceSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceSystemTicketId
Ticket id for the alert in the source system.
Declaration
public string SourceSystemTicketId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceSystemUri
Url to the source SIEM system.
Declaration
public string SourceSystemUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Vendor
Name of the vendor.
Declaration
public string Vendor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |