Google Cloud Security Command Center v1 API - Class AttackPath.Types.AttackPathEdge (3.23.0)

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.

Inheritance

object > AttackPath.Types.AttackPathEdge

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

AttackPathEdge()

public AttackPathEdge()

AttackPathEdge(AttackPathEdge)

public AttackPathEdge(AttackPath.Types.AttackPathEdge other)
Parameter
Name Description
other AttackPathTypesAttackPathEdge

Properties

Destination

public string Destination { get; set; }

The attack node uuid of the destination node.

Property Value
Type Description
string

Source

public string Source { get; set; }

The attack node uuid of the source node.

Property Value
Type Description
string