/AWS1/CL_AANANALYSISRULE¶
Contains information about analysis rules for the analyzer. Analysis rules determine which entities will generate findings based on the criteria you define when you create the rule.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_exclusions TYPE /AWS1/CL_AANALYRULECRITERIA=>TT_ANALYSISRULECRITERIALIST TT_ANALYSISRULECRITERIALIST¶
A list of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings.
Queryable Attributes¶
exclusions¶
A list of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUSIONS() |
Getter for EXCLUSIONS, with configurable default |
ASK_EXCLUSIONS() |
Getter for EXCLUSIONS w/ exceptions if field has no value |
HAS_EXCLUSIONS() |
Determine if EXCLUSIONS has a value |