Class AttackPathNode
Represents one point that an attacker passes through in this attack path.
Implements
Inherited Members
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
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 |