FirewallPolicyInsights Class

Firewall Policy Insights.

Constructor

FirewallPolicyInsights(*args: Any, **kwargs: Any)

Variables

Name Description
is_enabled

A flag to indicate if the insights are enabled on the policy.

retention_days
int

Number of days the insights should be enabled on the policy.

log_analytics_resources

Workspaces needed to configure the Firewall Policy Insights.

Attributes

is_enabled

A flag to indicate if the insights are enabled on the policy.

is_enabled: bool | None

log_analytics_resources

Workspaces needed to configure the Firewall Policy Insights.

log_analytics_resources: _models.FirewallPolicyLogAnalyticsResources | None

retention_days

Number of days the insights should be enabled on the policy.

retention_days: int | None