ChangeLog

class ChangeLog

The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set.

Types

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

Properties

Link copied to clipboard

The action that was performed.

Link copied to clipboard

The time when the action was performed and the changelog record was created.

Link copied to clipboard

The user or role that performed the action.

Link copied to clipboard

The name of the object that changed. This could be the name of an assessment, control, or control set.

Link copied to clipboard

The object that was changed, such as an assessment, control, or control set.

Functions

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