Google Cloud Asset Inventory v1 API - Class IamPolicyAnalysisResult.Types.Edge (3.4.0)

public sealed class Edge : IMessage<IamPolicyAnalysisResult.Types.Edge>, IEquatable<IamPolicyAnalysisResult.Types.Edge>, IDeepCloneable<IamPolicyAnalysisResult.Types.Edge>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class IamPolicyAnalysisResult.Types.Edge.

A directional edge.

Inheritance

Object > IamPolicyAnalysisResult.Types.Edge

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

Edge()

public Edge()

Edge(IamPolicyAnalysisResult.Types.Edge)

public Edge(IamPolicyAnalysisResult.Types.Edge other)
Parameter
NameDescription
otherIamPolicyAnalysisResult.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
TypeDescription
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
TypeDescription
String