Show / Hide Table of Contents

Class AttackPath

A path that an attacker could take to reach an exposed resource.

Inheritance
object
AttackPath
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 AttackPath : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Edges

A list of the edges between nodes in this attack path.

Declaration
[JsonProperty("edges")]
public virtual IList<AttackPathEdge> Edges { get; set; }
Property Value
Type Description
IList<AttackPathEdge>

Name

The attack path name, for example, organizations/12/simulation/34/valuedResources/56/attackPaths/78

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

PathNodes

A list of nodes that exist in this attack path.

Declaration
[JsonProperty("pathNodes")]
public virtual IList<AttackPathNode> PathNodes { get; set; }
Property Value
Type Description
IList<AttackPathNode>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX