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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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)`."]]],[]]