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

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.

Inheritance

object > ResourcePath.Types.ResourcePathNode

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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