Values.AssessmentReportSourceContains the results of validation tests performed against a specific domain controller during a directory assessment.
type nonrec t = {domainControllerIp : IpAddr.t option;The IP address of the domain controller that was tested during the assessment.
*)validations : AssessmentValidations.t option;A list of validation results for different test categories performed against this domain controller.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AssessmentValidationCategory.t
| `Timestamp of AssessmentValidationTimeStamp.t ])
list ]
list
| `String of IpAddr.t ])
list ]