AttackPathNode class
Represents one point that an attacker passes through in this attack path.
Constructors
-
AttackPathNode({List<
PathNodeAssociatedFinding> ? associatedFindings, List<AttackStepNode> ? attackSteps, String? displayName, String? resource, String? resourceType, String? uuid}) - AttackPathNode.fromJson(Map json_)
Properties
-
associatedFindings
↔ List<
PathNodeAssociatedFinding> ? -
The findings associated with this node in the attack path.
getter/setter pair
-
attackSteps
↔ List<
AttackStepNode> ? -
A list of attack step nodes that exist in this attack path node.
getter/setter pair
- displayName ↔ String?
-
Human-readable name of this resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource ↔ String?
-
The name of the resource at this point in the attack path.
getter/setter pair
- resourceType ↔ String?
-
The
supported resource type
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uuid ↔ String?
-
Unique id of the attack path node.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited