Values.SeveritySourceProvides the numerical and qualitative representations of a finding's severity.
type nonrec t = {description : SeverityDescription.t option;The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
*)score : Awso.Import.Int64.t option;The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of Awso.Import.Int64.t ]) list ]