Values.NoteSourceA user-defined note added to a finding.
type nonrec t = {text : NonEmptyString.t;The text of a note. Length Constraints: Minimum of 1. Maximum of 512.
*)updatedBy : NonEmptyString.t;The principal that created a note.
*)updatedAt : NonEmptyString.t;A timestamp that indicates when the note was updated. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)}val make :
text:NonEmptyString.t ->
updatedBy:NonEmptyString.t ->
updatedAt:NonEmptyString.t ->
unit ->
t