Class ResourcePathNode
A node within the resource path. Each node represents a resource within the resource hierarchy.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class ResourcePathNode : IDirectResponseSchema
Properties
DisplayName
The display name of the resource this node represents.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The ID of the resource this node represents.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
NodeType
The type of resource this node represents.
Declaration
[JsonProperty("nodeType")]
public virtual string NodeType { get; set; }
Property Value
Type | Description |
---|---|
string |