Notification

The notification that informs a user of an update in Audit Manager. For example, this includes the notification that's sent when a control set is delegated for review.

Types

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

Properties

Link copied to clipboard

The identifier for the assessment.

Link copied to clipboard

The name of the related assessment.

Link copied to clipboard

The identifier for the control set.

Link copied to clipboard

Specifies the name of the control set that the notification is about.

Link copied to clipboard

The description of the notification.

Link copied to clipboard

The time when the notification was sent.

Link copied to clipboard
val id: String?

The unique identifier for the notification.

Link copied to clipboard

The sender of the notification.

Functions

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