IntrusionRuleConfig
Description
An object containing a IntrusionRule id field and an IntrusionRuleState for updating IntrusionRule's state under an IntrusionPolicy. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| name | False | string | A string representing GID:SID Field level constraints: must match pattern [0-9]+:[0-9]+. (Note: Additional constraints might exist) |
|||
| state | False | string | An enumerated field that can be AlERT, DROP, or DISABLE. | |||
| id | False | string | A string representing an IntrusionRule's id. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||