Show / Hide Table of Contents

Class ResponsePlatformInfo

Related info of an Alert in customer's SOAR platform.

Inheritance
object
ResponsePlatformInfo
Implements
IMessage<ResponsePlatformInfo>
IEquatable<ResponsePlatformInfo>
IDeepCloneable<ResponsePlatformInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX