Values.ValidateAssessmentReportIntegrityResponseSourceValidates the integrity of an assessment report in Audit Manager.
type nonrec t = {signatureValid : Boolean.t option;Specifies whether the signature key is valid.
*)signatureAlgorithm : String_.t option;The signature algorithm that's used to code sign the assessment report file.
*)signatureDateTime : String_.t option;The date and time signature that specifies when the assessment report was created.
*)signatureKeyId : String_.t option;The unique identifier for the validation signature key.
*)validationErrors : ValidationErrors.t option;Represents any errors that occurred when validating the assessment report.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of NonEmptyString.t ] list
| `String of String_.t ])
list ]