ManagedRuleGroupDefinition interface
Describes a managed rule group.
Properties
description | Description of the managed rule group. NOTE: This property will not be serialized. It can only be populated by the server. |
rule |
Name of the managed rule group. NOTE: This property will not be serialized. It can only be populated by the server. |
rules | List of rules within the managed rule group. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Description of the managed rule group. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
ruleGroupName
Name of the managed rule group. NOTE: This property will not be serialized. It can only be populated by the server.
ruleGroupName?: string
Property Value
string
rules
List of rules within the managed rule group. NOTE: This property will not be serialized. It can only be populated by the server.
rules?: ManagedRuleDefinition[]