Values.NotificationSourceThe 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.
type nonrec t = {id : TimestampUUID.t option;The unique identifier for the notification.
*)assessmentId : UUID.t option;The identifier for the assessment.
*)assessmentName : AssessmentName.t option;The name of the related assessment.
*)controlSetId : ControlSetId.t option;The identifier for the control set.
*)controlSetName : NonEmptyString.t option;Specifies the name of the control set that the notification is about.
*)description : NonEmptyString.t option;The description of the notification.
*)eventTime : Timestamp.t option;The time when the notification was sent.
*)source : NonEmptyString.t option;The sender of the notification.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TimestampUUID.t | `Timestamp of Timestamp.t ])
list ]