Module Values.ConsolidatedPolicyV1Source

Controls on the analysis specifications that can be run on a configured table.

Sourcetype nonrec t = {
  1. list : ConsolidatedPolicyList.t option;
    (*

    The list of consolidated policies.

    *)
  2. aggregation : ConsolidatedPolicyAggregation.t option;
    (*

    The aggregation setting for the consolidated policy.

    *)
  3. custom : ConsolidatedPolicyCustom.t option;
    (*

    Custom policy

    *)
}
Sourceval make : ?list:??? -> ?aggregation:??? -> ?custom:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of AnalysisRuleColumnName.t | `Structure of (string * [> `Enum of string | `Integer of AggregationConstraintMinimumInteger.t | `List of [> `String of AnalysisRuleColumnName.t ] list | `String of AnalysisRuleColumnName.t ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ColumnName.t ]) list ] list ]) 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