Security Command Center v2 API - Class AttackPath.Types.AttackPathEdge (1.0.0-beta02)

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.

Inheritance

object > AttackPath.Types.AttackPathEdge

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

AttackPathEdge()

public AttackPathEdge()

AttackPathEdge(AttackPathEdge)

public AttackPathEdge(AttackPath.Types.AttackPathEdge other)
Parameter
NameDescription
otherAttackPathTypesAttackPathEdge

Properties

Destination

public string Destination { get; set; }

The attack node uuid of the destination node.

Property Value
TypeDescription
string

Source

public string Source { get; set; }

The attack node uuid of the source node.

Property Value
TypeDescription
string