Values.EnableInsightRulesInputSourceEnables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.
type nonrec t = {ruleNames : InsightRuleNames.t;An array of the rule names to enable. If you need to find out the names of your rules, use DescribeInsightRules.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of InsightRuleName.t ] list ]) list ]