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.
Implements
IMessageAttackPathTypesAttackPathEdge, IEquatableAttackPathTypesAttackPathEdge, IDeepCloneableAttackPathTypesAttackPathEdge, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
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 |