AuditFinding

The findings (results) of the audit.

Types

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

Properties

Link copied to clipboard

The audit check that generated this result.

Link copied to clipboard

A unique identifier for this set of audit findings. This identifier is used to apply mitigation tasks to one or more sets of findings.

Link copied to clipboard

The time the result (finding) was discovered.

Link copied to clipboard

Indicates whether the audit finding was suppressed or not during reporting.

Link copied to clipboard

The resource that was found to be noncompliant with the audit check.

Link copied to clipboard

The reason the resource was noncompliant.

Link copied to clipboard

A code that indicates the reason that the resource was noncompliant.

Link copied to clipboard

The list of related resources.

Link copied to clipboard

The severity of the result (finding).

Link copied to clipboard

The ID of the audit that generated this result (finding).

Link copied to clipboard

The time the audit started.

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