AutoRuleAnalysisConfiguration
AutoRuleAnalysisConfiguration
Holds the configuration to automatic runs of firewall rule analysis on active firewall configuration.
JSON Example
{
"enabled": false,
"frequency": "string",
"schedule": {
"date": "2024-11-10T00:00:00.000Z",
"hour": 0,
"minute": 0
}
}
boolean
enabled
Optional
Flag to indicate if automatic rule analysis on active configuration is enabled.
frequency
Optional
Constraints:
default: WEEKLY
Frequency to run the automatic rule analysis activity if it is enabled.
Possible values are :
DAILY,
WEEKLY,
MONTHLY,
QUARTERLY,
schedule
Optional
Day and time of the day in hours/minutes to start the automatic rule analysis activity on each day of the week, if it is enabled.