Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
name | String | The name of this rule | [optional] |
description | String | [optional] | |
type | TypeEnum | The type parameter specifies the type of rule that will be created. | [optional] |
target | TargetEnum | The target parameter that will be used when evaluating the rule against an incoming event. | [optional] |
filters | List<String> | A list of IP addresses or country codes or names to evaluate against each event. | [optional] |
source | Source | [optional] |
Name | Value |
---|---|
BLACKLIST | "blacklist" |
WHITELIST | "whitelist" |
Name | Value |
---|---|
IP | "location.ip" |
ADDRESS_COUNTRY_ISO_CODE | "location.address.country_iso_code" |