AuditorResult

A structure that contains the result of an automated audit analysis, including the auditor name, description of findings, and severity level.

Types

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

Properties

Link copied to clipboard

The name of the auditor algorithm that generated this result.

Link copied to clipboard

A detailed description of the audit finding, explaining what was observed and potential implications.

Link copied to clipboard

The severity level of this audit finding, indicating the importance and potential impact of the issue.

Functions

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