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."],[[["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."]]],[]]