Module Values.DetectedDataDetailsSource

Specifies 1-10 occurrences of a specific type of sensitive data reported by a finding.

Sourcetype nonrec t = {
  1. value : string option;
    (*

    An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.

    *)
}
Sourceval make : ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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