public sealed class AttackPath.Types.AttackPathEdge : IMessage<AttackPath.Types.AttackPathEdge>, IEquatable<AttackPath.Types.AttackPathEdge>, IDeepCloneable<AttackPath.Types.AttackPathEdge>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class AttackPath.Types.AttackPathEdge.
Represents a connection between a source node and a destination node in
this attack path.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `AttackPath.Types.AttackPathEdge` class within the Security Command Center v2 API."],["The `AttackPathEdge` class represents a connection between a source node and a destination node in an attack path, as shown in the properties Source and Destination."],["The `AttackPathEdge` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `AttackPathEdge()` and one that takes another `AttackPathEdge` object as a parameter: `AttackPathEdge(AttackPath.Types.AttackPathEdge other)`."]]],[]]