ManagedRuleSetDefinition interface
Describes the a managed rule set definition.
- Extends
Properties
| provisioning |
Provisioning state of the managed rule set. |
| rule |
Rule groups of the managed rule set. |
| rule |
Id of the managed rule set. |
| rule |
Type of the managed rule set. |
| rule |
Version of the managed rule set type. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
provisioningState
Provisioning state of the managed rule set.
provisioningState?: string
Property Value
string
ruleGroups
Rule groups of the managed rule set.
ruleGroups?: ManagedRuleGroupDefinition[]
Property Value
ruleSetId
Id of the managed rule set.
ruleSetId?: string
Property Value
string
ruleSetType
Type of the managed rule set.
ruleSetType?: string
Property Value
string
ruleSetVersion
Version of the managed rule set type.
ruleSetVersion?: string
Property Value
string
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags