Class ResponsePlatformInfo
Related info of an Alert in customer's SOAR platform.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class ResponsePlatformInfo : IMessage<ResponsePlatformInfo>, IEquatable<ResponsePlatformInfo>, IDeepCloneable<ResponsePlatformInfo>, IBufferMessage, IMessage
Constructors
ResponsePlatformInfo()
Declaration
public ResponsePlatformInfo()
ResponsePlatformInfo(ResponsePlatformInfo)
Declaration
public ResponsePlatformInfo(ResponsePlatformInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| ResponsePlatformInfo | other |
Properties
AlertId
Id of the alert in SOAR product.
Declaration
public string AlertId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResponsePlatformType
Type of SOAR product.
Declaration
public ResponsePlatformInfo.Types.ResponsePlatformType ResponsePlatformType { get; set; }
Property Value
| Type | Description |
|---|---|
| ResponsePlatformInfo.Types.ResponsePlatformType |