MatchingMethod type
Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.
KnownMatchingMethod can be used interchangeably with MatchingMethod,
this enum contains the known values that the service supports.
Known values supported by the service
AllEntities: Grouping alerts into a single incident if all the entities match
AnyAlert: Grouping any alerts triggered by this rule into a single incident
Selected: Grouping alerts into a single incident if the selected entities, custom details and alert details match
type MatchingMethod = string