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 Google Cloud Security Command Center v1 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 webpage provides reference documentation for the `AttackPath.Types.AttackPathEdge` class within the Google Cloud Security Center v1 API."],["The `AttackPathEdge` class represents a connection between a source and destination node in an attack path, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The webpage lists all the versions of `AttackPath.Types.AttackPathEdge` class available from 2.2.0 to 3.24.0, with the latest one being 3.24.0."],["The `AttackPathEdge` class has two key properties: `Destination` and `Source`, which are both strings and represent the UUIDs of the destination and source nodes in the attack path, respectively."]]],[]]