/AWS1/CL_AANUNUSEDACCESSCONF¶
Contains information about an unused access analyzer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_unusedaccessage TYPE /AWS1/AANINTEGER /AWS1/AANINTEGER¶
The specified access age in days for which to generate findings for unused access. For example, if you specify 90 days, the analyzer will generate findings for IAM entities within the accounts of the selected organization for any access that hasn't been used in 90 or more days since the analyzer's last scan. You can choose a value between 1 and 365 days.
io_analysisrule TYPE REF TO /AWS1/CL_AANANALYSISRULE /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.
Queryable Attributes¶
unusedAccessAge¶
The specified access age in days for which to generate findings for unused access. For example, if you specify 90 days, the analyzer will generate findings for IAM entities within the accounts of the selected organization for any access that hasn't been used in 90 or more days since the analyzer's last scan. You can choose a value between 1 and 365 days.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNUSEDACCESSAGE() |
Getter for UNUSEDACCESSAGE, with configurable default |
ASK_UNUSEDACCESSAGE() |
Getter for UNUSEDACCESSAGE w/ exceptions if field has no val |
HAS_UNUSEDACCESSAGE() |
Determine if UNUSEDACCESSAGE has a value |
analysisRule¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISRULE() |
Getter for ANALYSISRULE |