Module Values.DataClassificationDetailsSource

Provides details about sensitive data that was detected on a resource.

Sourcetype nonrec t = {
  1. detailedResultsLocation : NonEmptyString.t option;
    (*

    The path to the folder or file that contains the sensitive data.

    *)
  2. result : ClassificationResult.t option;
    (*

    The details about the sensitive data that was detected on the resource.

    *)
}
Sourceval make : ?detailedResultsLocation:??? -> ?result:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `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 ] list | `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 * [> `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 ]) list ]) 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