Module Values.AutomatedReasoningPolicyScenariosSource

Contains a comprehensive entity encompassing all the scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.

Sourcetype nonrec t = {
  1. policyScenarios : AutomatedReasoningPolicyScenarioList.t option;
    (*

    Represents a collection of generated policy scenarios.

    *)
}
Sourceval make : ?policyScenarios:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of AutomatedReasoningPolicyDefinitionRuleId.t ] list | `String of AutomatedReasoningPolicyScenarioExpression.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