Class GoogleCloudSecuritycenterV2ResourcePath
Represents the path of resources leading up to the resource this finding is about.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2ResourcePath : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Nodes
The list of nodes that make the up resource path, ordered from lowest level to highest level.
Declaration
[JsonProperty("nodes")]
public virtual IList<GoogleCloudSecuritycenterV2ResourcePathNode> Nodes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2ResourcePathNode> |