Values.AssessmentReportMetadataSourceThe metadata objects that are associated with the specified assessment report.
type nonrec t = {id : UUID.t option;The unique identifier for the assessment report.
*)name : AssessmentReportName.t option;The name of the assessment report.
*)description : AssessmentReportDescription.t option;The description of the assessment report.
*)assessmentId : UUID.t option;The unique identifier for the associated assessment.
*)assessmentName : AssessmentName.t option;The name of the associated assessment.
*)status : AssessmentReportStatus.t option;The current status of the assessment report.
*)creationTime : Timestamp.t option;Specifies when the assessment report was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of UUID.t | `Timestamp of Timestamp.t ])
list ]