AssessmentControl

The control entity that represents a standard control or a custom control in an Audit Manager assessment.

Types

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

Properties

Link copied to clipboard

The amount of evidence in the assessment report.

Link copied to clipboard

The list of comments that's attached to the control.

Link copied to clipboard

The description of the control.

Link copied to clipboard

The amount of evidence that's collected for the control.

Link copied to clipboard

The list of data sources for the evidence.

Link copied to clipboard
val id: String?

The identifier for the control.

Link copied to clipboard
val name: String?

The name of the control.

Link copied to clipboard

The response of the control.

Link copied to clipboard

The status of the control.

Functions

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