Values.DescribeADAssessmentResultSourceRetrieves detailed information about a directory assessment, including its current status, validation results, and configuration details. Use this operation to monitor assessment progress and review results.
type nonrec t = {assessment : Assessment.t option;Detailed information about the self-managed instance settings (IDs and DNS IPs).
*)assessmentReports : AssessmentReports.t option;A list of assessment reports containing validation results for each domain controller and test category. Each report includes specific validation details and outcomes.
*)}type nonrec error = [ | `ClientException of ClientException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
AssessmentValidationCategory.t
| `Timestamp of
AssessmentValidationTimeStamp.t ])
list ]
list
| `String of IpAddr.t ])
list ]
list
| `Structure of
(string
* [> `List of [> `String of IpAddr.t ] list
| `String of AssessmentId.t
| `Timestamp of AssessmentStartTime.t ])
list ])
list ]