ManagedRuleSetDefinition Class

Describes a managed rule set definition.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cdn.models._models_py3.Resource
ManagedRuleSetDefinition

Constructor

ManagedRuleSetDefinition(*, sku: Optional[azure.mgmt.cdn.models._models_py3.Sku] = None, **kwargs)

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

system_data
SystemData

Read only system data.

sku
Sku

The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.

provisioning_state
str

Provisioning state of the managed rule set.

rule_set_type
str

Type of the managed rule set.

rule_set_version
str

Version of the managed rule set type.

rule_groups
list[ManagedRuleGroupDefinition]

Rule groups of the managed rule set.