Values.ResourceSourceDetails about the resource involved in a finding.
type nonrec t = {details : ResourceDetails.t option;An object that contains details about the resource involved in a finding.
*)id : ResourceId.t option;The ID of the resource.
*)type_ : Type.t option;The type of resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of ImageTag.t ] list
| `Long of InUseCount.t
| `String of Arch.t
| `Timestamp of Date.t ])
list ])
list ])
list ]