Values.OccurrencesSourceThe detected occurrences of sensitive data.
type nonrec t = {lineRanges : Ranges.t option;Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
*)offsetRanges : Ranges.t option;Occurrences of sensitive data detected in a binary text file.
*)pages : Pages.t option;Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
*)records : Records.t option;Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
*)cells : Cells.t option;Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
*)}val to_value :
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 ]