Finding

class Finding

Represents a resilience finding from a failure mode assessment.

Types

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

Properties

Link copied to clipboard

A user-provided comment about the finding.

Link copied to clipboard

Resource description.

Link copied to clipboard

The failure category of the finding.

Link copied to clipboard

The unique identifier of the finding.

Link copied to clipboard

Infrastructure and code recommendations to address the finding.

Link copied to clipboard
val name: String?

The name of the finding.

Link copied to clipboard

Observability recommendations to address the finding.

Link copied to clipboard

The policy component associated with the finding.

Link copied to clipboard

The reasoning behind the finding.

Link copied to clipboard

The service functions associated with the finding.

Link copied to clipboard

The severity of the finding.

Link copied to clipboard

The current status of the finding.

Link copied to clipboard

Testing recommendations to address the finding.

Link copied to clipboard

The timestamp when the finding was last updated.

Functions

Link copied to clipboard
inline fun copy(block: Finding.Builder.() -> Unit = {}): Finding
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