Values.SensitiveDataDetectionsSourceThe list of detected instances of sensitive data.
type nonrec t = {count : Long.t option;The total number of occurrences of sensitive data that were detected.
*)type_ : NonEmptyString.t option;The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.
*)occurrences : Occurrences.t option;Details about the sensitive data that was detected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Long.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of Long.t
| `String of NonEmptyString.t
| `Structure of
(string * [> `Long of Long.t ]) list ])
list ]
list ])
list ])
list ]