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

public sealed class IamPolicyAnalysisResult.Types.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(Edge)

public Edge(IamPolicyAnalysisResult.Types.Edge other)
Parameter
NameDescription
otherIamPolicyAnalysisResultTypesEdge

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