AnalyzerUnusedAccessConfiguration

data class AnalyzerUnusedAccessConfiguration(val unusedAccessAge: Int? = null)

The Configuration for Unused Access Analyzer

Constructors

Link copied to clipboard
constructor(unusedAccessAge: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val unusedAccessAge: Int? = null

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 180 days.