public sealed class Edge : IMessage<IamPolicyAnalysisResult.Types.Edge>, IEquatable<IamPolicyAnalysisResult.Types.Edge>, IDeepCloneable<IamPolicyAnalysisResult.Types.Edge>, IBufferMessage, IMessage
A directional edge.
Implements
IMessage<IamPolicyAnalysisResult.Types.Edge>, IEquatable<IamPolicyAnalysisResult.Types.Edge>, IDeepCloneable<IamPolicyAnalysisResult.Types.Edge>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
Edge()
public Edge()
Edge(IamPolicyAnalysisResult.Types.Edge)
public Edge(IamPolicyAnalysisResult.Types.Edge other)
Parameter | |
---|---|
Name | Description |
other | IamPolicyAnalysisResult.Types.Edge |
Properties
SourceNode
public string SourceNode { get; set; }
The source node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.
Property Value | |
---|---|
Type | Description |
String |
TargetNode
public string TargetNode { get; set; }
The target node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.
Property Value | |
---|---|
Type | Description |
String |