Values.CustomDetectionSourceProvides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.
type nonrec t = {arn : string option;The unique identifier for the custom data identifier.
*)count : Awso.Import.Int64.t option;The total number of occurrences of the sensitive data that the custom data identifier detected.
*)name : string option;The name of the custom data identifier.
*)occurrences : Occurrences.t option;The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string * [> `Long of Awso.Import.Int64.t ]) list ])
list ]
list ])
list ])
list ]