Module Values.PolicyDetailsSource

Provides the details of a policy finding.

Sourcetype nonrec t = {
  1. action : FindingAction.t option;
    (*

    The action that produced the finding.

    *)
  2. actor : FindingActor.t option;
    (*

    The entity that performed the action that produced the finding.

    *)
}
Sourceval make : ?action:??? -> ?actor:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Double of float | `String of string | `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `String of string | `Timestamp of string ]) list ]) list ]) list | `Timestamp of string ]) 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