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.
Implements
IMessageResourcePath, IEquatableResourcePath, IDeepCloneableResourcePath, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
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 |