AuditFinding

A structure that contains information about an audit finding, which represents an automated analysis result about service behavior, performance issues, or potential problems identified through heuristic algorithms.

Types

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

Properties

Link copied to clipboard

An array of auditor results that contain the specific findings, descriptions, and severity levels identified by different auditing algorithms.

Link copied to clipboard

A structure containing nodes and edges that represent the dependency relationships relevant to this audit finding, helping to understand the context and potential impact.

Link copied to clipboard

The key attributes that identify the service or entity this audit finding relates to. This is a string-to-string map that includes fields like Type, Name, and Environment.

Link copied to clipboard

A structure containing metric data queries and time range information that provides context for the audit finding through relevant performance metrics.

Link copied to clipboard

The name of the operation associated with this audit finding, if the finding is specific to a particular service operation.

Link copied to clipboard
val type: String?

The type of audit finding.

Functions

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