Security Command Center v2 API - Class ResourcePath (1.0.0-beta04)

public sealed class ResourcePath : IMessage<ResourcePath>, IEquatable<ResourcePath>, IDeepCloneable<ResourcePath>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class ResourcePath.

Represents the path of resources leading up to the resource this finding is about.

Inheritance

object > ResourcePath

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ResourcePath()

public ResourcePath()

ResourcePath(ResourcePath)

public ResourcePath(ResourcePath other)
Parameter
Name Description
other ResourcePath

Properties

Nodes

public RepeatedField<ResourcePath.Types.ResourcePathNode> Nodes { get; }

The list of nodes that make the up resource path, ordered from lowest level to highest level.

Property Value
Type Description
RepeatedFieldResourcePathTypesResourcePathNode