Class AttackPath
A path that an attacker could take to reach an exposed resource.
Implements
Inherited Members
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> |