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."],[[["The `AttackPath.Types.AttackPathEdge` class represents a connection between a source and a destination node within an attack path in the Security Command Center v2 API."],["This class is part of the `Google.Cloud.SecurityCenter.V2` namespace and is available in the `Google.Cloud.SecurityCenter.V2.dll` assembly."],["It inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties for defining the `Source` and `Destination` of an attack edge, both of which are represented by string type representing the attack node UUID."],["The current version for this class is 1.1.0."]]],[]]