Values.AutomatedReasoningPolicyAddRuleMutationSourceA mutation operation that adds a new rule to the policy definition during the build process.
type nonrec t = {rule : AutomatedReasoningPolicyDefinitionRule.t option;The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of AutomatedReasoningPolicyDefinitionRuleId.t ])
list ])
list ]