Values.AutomatedReasoningPolicyUpdateRuleMutationSourceA mutation operation that modifies an existing rule in the policy definition during the build process.
type nonrec t = {rule : AutomatedReasoningPolicyDefinitionRule.t option;The updated rule definition containing the modified formal logical expression and any changed metadata for the existing rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of AutomatedReasoningPolicyDefinitionRuleId.t ])
list ])
list ]