DependencyGraph

A structure that represents the dependency relationships relevant to an audit finding, containing nodes and edges that show how services and resources are connected.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val edges: List<Edge>?

An array of edges representing the connections and relationships between the nodes in the dependency graph.

Link copied to clipboard
val nodes: List<Node>?

An array of nodes representing the services, resources, or other entities in the dependency graph.

Functions

Link copied to clipboard
inline fun copy(block: DependencyGraph.Builder.() -> Unit = {}): DependencyGraph
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String