Values.SensitiveDataResultSourceContains a detected instance of sensitive data that are based on built-in identifiers.
type nonrec t = {category : NonEmptyString.t option;The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.
*)detections : SensitiveDataDetectionsList.t option;The list of detected instances of sensitive data.
*)totalCount : Long.t option;The total number of occurrences of sensitive data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 ]
list
| `Long of Long.t
| `String of NonEmptyString.t ])
list ]