Values.AssessmentMetadataSourceThe metadata that's associated with the specified assessment.
type nonrec t = {name : AssessmentName.t option;The name of the assessment.
*)id : UUID.t option;The unique identifier for the assessment.
*)description : AssessmentDescription.t option;The description of 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 overall status of the assessment.
*)assessmentReportsDestination : AssessmentReportsDestination.t option;The destination that evidence reports are stored in for the assessment.
*)scope : Scope.t option;The wrapper of Amazon Web Services accounts and services that are in scope for 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
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of AccountId.t ]) list ]
list
| `String of S3Url.t ])
list
| `Timestamp of Timestamp.t ])
list ]