Values.AssessmentSummarySourceContains summary information about a directory assessment, providing a high-level overview without detailed validation results.
type nonrec t = {assessmentId : AssessmentId.t option;The unique identifier of the directory assessment.
*)directoryId : DirectoryId.t option;The identifier of the directory associated with this assessment.
*)dnsName : DirectoryName.t option;The fully qualified domain name (FQDN) of the Active Directory domain being assessed.
*)startTime : AssessmentStartTime.t option;The date and time when the assessment was initiated.
*)lastUpdateDateTime : LastUpdateDateTime.t option;The date and time when the assessment status was last updated.
*)status : AssessmentStatus.t option;The current status of the assessment. Valid values include SUCCESS, FAILED, PENDING, and IN_PROGRESS.
*)customerDnsIps : CustomerDnsIps.t option;The IP addresses of the DNS servers or domain controllers in your self-managed AD environment.
*)reportType : AssessmentReportType.t option;The type of assessment report generated. Valid values include CUSTOMER and SYSTEM.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of IpAddr.t ] list
| `String of AssessmentId.t
| `Timestamp of AssessmentStartTime.t ])
list ]