Show / Hide Table of Contents

Class AttackPathNode

Represents one point that an attacker passes through in this attack path.

Inheritance
object
AttackPathNode
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class AttackPathNode : IDirectResponseSchema

Properties

AssociatedFindings

The findings associated with this node in the attack path.

Declaration
[JsonProperty("associatedFindings")]
public virtual IList<PathNodeAssociatedFinding> AssociatedFindings { get; set; }
Property Value
Type Description
IList<PathNodeAssociatedFinding>

AttackSteps

A list of attack step nodes that exist in this attack path node.

Declaration
[JsonProperty("attackSteps")]
public virtual IList<AttackStepNode> AttackSteps { get; set; }
Property Value
Type Description
IList<AttackStepNode>

DisplayName

Human-readable name of this resource.

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

Resource

The name of the resource at this point in the attack path. The format of the name follows the Cloud Asset Inventory resource name format

Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
Type Description
string

ResourceType

The supported resource type

Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type Description
string

Uuid

Unique id of the attack path node.

Declaration
[JsonProperty("uuid")]
public virtual string Uuid { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX