Values.AssessmentMetadataItemSourceA metadata object that's associated with an assessment in Audit Manager.
type nonrec t = {name : AssessmentName.t option;The name of the assessment.
*)id : UUID.t option;The unique identifier for the assessment.
*)complianceType : ComplianceType.t option;The name of the compliance standard that's related to the assessment, such as PCI-DSS.
*)status : AssessmentStatus.t option;The current status of the assessment.
*)roles : Roles.t option;The roles that are associated with the assessment.
*)delegations : Delegations.t option;The delegations that are associated with the assessment.
*)creationTime : Timestamp.t option;Specifies when the assessment was created.
*)lastUpdated : Timestamp.t option;The time of the most recent update.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of IamArn.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of AssessmentName.t
| `Timestamp of Timestamp.t ])
list ]