public sealed class ResourcePath.Types.ResourcePathNode : IMessage<ResourcePath.Types.ResourcePathNode>, IEquatable<ResourcePath.Types.ResourcePathNode>, IDeepCloneable<ResourcePath.Types.ResourcePathNode>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class ResourcePath.Types.ResourcePathNode.
A node within the resource path. Each node represents a resource within the resource hierarchy.
Implements
IMessageResourcePathTypesResourcePathNode, IEquatableResourcePathTypesResourcePathNode, IDeepCloneableResourcePathTypesResourcePathNode, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
ResourcePathNode()
public ResourcePathNode()
ResourcePathNode(ResourcePathNode)
public ResourcePathNode(ResourcePath.Types.ResourcePathNode other)
Parameter | |
---|---|
Name | Description |
other |
ResourcePathTypesResourcePathNode |
Properties
DisplayName
public string DisplayName { get; set; }
The display name of the resource this node represents.
Property Value | |
---|---|
Type | Description |
string |
Id
public string Id { get; set; }
The ID of the resource this node represents.
Property Value | |
---|---|
Type | Description |
string |
NodeType
public ResourcePath.Types.ResourcePathNodeType NodeType { get; set; }
The type of resource this node represents.
Property Value | |
---|---|
Type | Description |
ResourcePathTypesResourcePathNodeType |