Module Values.ClassificationResultSource

Details about the sensitive data that was detected on the resource.

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

    The type of content that the finding applies to.

    *)
  2. sizeClassified : Long.t option;
    (*

    The total size in bytes of the affected data.

    *)
  3. additionalOccurrences : Boolean.t option;
    (*

    Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.

    *)
  4. status : ClassificationStatus.t option;
    (*

    The current status of the sensitive data detection.

    *)
  5. sensitiveData : SensitiveDataResultList.t option;
    (*

    Provides details about sensitive data that was identified based on built-in configuration.

    *)
  6. customDataIdentifiers : CustomDataIdentifiersResult.t option;
    (*

    Provides details about sensitive data that was identified based on customer-defined configuration.

    *)
}
Sourceval make : ?mimeType:??? -> ?sizeClassified:??? -> ?additionalOccurrences:??? -> ?status:??? -> ?sensitiveData:??? -> ?customDataIdentifiers:??? -> unit -> t
Sourceval to_value : 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 ]
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