Values.ThreatSourceProvides information about the threat detected in a security finding and the file paths that were affected by the threat.
type nonrec t = {name : NonEmptyString.t option;The name of the threat. Length Constraints: Minimum of 1 length. Maximum of 128 length.
*)severity : NonEmptyString.t option;The severity of the threat. Length Constraints: Minimum of 1 length. Maximum of 128 length.
*)itemCount : Integer.t option;This total number of items in which the threat has been detected.
*)filePaths : FilePathList.t option;Provides information about the file paths that were affected by the threat. Array Members: Minimum number of 1 item. Maximum number of 5 items.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]