Class AttackPathNode
Inheritance
AttackPathNode
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class AttackPathNode : IDirectResponseSchema
Properties
AssociatedFindings
Declaration
[JsonProperty("associatedFindings")]
public virtual IList<PathNodeAssociatedFinding> AssociatedFindings { get; set; }
Property Value
AttackSteps
Declaration
[JsonProperty("attackSteps")]
public virtual IList<AttackStepNode> AttackSteps { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Resource
Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
ResourceType
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Uuid
Declaration
[JsonProperty("uuid")]
public virtual string Uuid { get; set; }
Property Value
Implements