Values.InvestigationDetailSourceDetails about the investigation related to a potential security event identified by Detective.
type nonrec t = {investigationId : InvestigationId.t option;The investigation ID of the investigation report.
*)severity : Severity.t option;Severity based on the likelihood and impact of the indicators of compromise discovered in the investigation.
*)status : Status.t option;Status based on the completion status of the investigation.
*)state : State.t option;The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
*)createdTime : Timestamp.t option;The time stamp of the creation time of the investigation report. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
*)entityArn : EntityArn.t option;The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
*)entityType : EntityType.t option;Type of entity. For example, Amazon Web Services accounts, such as IAM user and role.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of InvestigationId.t
| `Timestamp of Timestamp.t ])
list ]