Module Values.CustomDataIdentifiersSource

Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.

Sourcetype nonrec t = {
  1. detections : CustomDetections.t option;
    (*

    The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.

    *)
  2. totalCount : Awso.Import.Int64.t option;
    (*

    The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.

    *)
}
Sourceval make : ?detections:??? -> ?totalCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 ] list | `Long of Awso.Import.Int64.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t