Module Values.ProjectsForRuleSource

Specifies projects in which the rule is created.

Sourcetype nonrec t = {
  1. selectionMode : RuleScopeSelectionMode.t;
    (*

    The selection mode of the rule.

    *)
  2. specificProjects : RuleProjectIdentifierList.t option;
    (*

    The specific projects in which the rule is created.

    *)
}
Sourceval context_ : string
Sourceval make : ?specificProjects:??? -> selectionMode:RuleScopeSelectionMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of ProjectId.t ] 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