API Reference
Class
AnalysisPolicy
Fully resolved policy from configured packs and rule overrides.
Inheritance
- Object
- AnalysisPolicy
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method AnalysisPolicyBuilder.Build
Constructors
public AnalysisPolicy(IReadOnlyDictionary<String, AnalysisPolicyRule> rules, IReadOnlyList<String> warnings) #Creates a policy snapshot.
Parameters
- rules System.Collections.Generic.IReadOnlyDictionary{System.String,IntelligenceX.Analysis.AnalysisPolicyRule}
- warnings System.Collections.Generic.IReadOnlyList{System.String}
Methods
public IReadOnlyList<AnalysisPolicyRule> SelectByLanguage(params String[] languages) #Returns:
IReadOnlyList<AnalysisPolicyRule>Returns selected rules that match any of the provided languages.
Parameters
- languages System.String[]