public sealed class IamPolicyAnalysisResult.Types.Edge : IMessage<IamPolicyAnalysisResult.Types.Edge>, IEquatable<IamPolicyAnalysisResult.Types.Edge>, IDeepCloneable<IamPolicyAnalysisResult.Types.Edge>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Asset Inventory v1 API class IamPolicyAnalysisResult.Types.Edge.
A directional edge.
Implements
IMessageIamPolicyAnalysisResultTypesEdge, IEquatableIamPolicyAnalysisResultTypesEdge, IDeepCloneableIamPolicyAnalysisResultTypesEdge, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
Edge()
public Edge()Edge(Edge)
public Edge(IamPolicyAnalysisResult.Types.Edge other)| Parameter | |
|---|---|
| Name | Description |
other |
IamPolicyAnalysisResultTypesEdge |
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 |
|