Values.ProjectsForRuleSourceSpecifies projects in which the rule is created.
type nonrec t = {selectionMode : RuleScopeSelectionMode.t;The selection mode of the rule.
*)specificProjects : RuleProjectIdentifierList.t option;The specific projects in which the rule is created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of ProjectId.t ] list ])
list ]