Values.ResourceFindingsSummarySourceA list of summaries for all finding types on a resource.
type nonrec t = {findingType : NonEmptyString.t option;The category or classification of the security finding.
*)productName : NonEmptyString.t option;The name of the product associated with the security finding.
*)totalFindings : Integer.t option;The total count of security findings.
*)severities : ResourceSeverityBreakdown.t option;A breakdown of security findings by their severity levels.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ]