Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.03 KB

RiskRule.md

File metadata and controls

37 lines (21 loc) · 1.03 KB

RiskRule

Properties

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]

Enum: TypeEnum

Name Value
BLACKLIST "blacklist"
WHITELIST "whitelist"

Enum: TargetEnum

Name Value
IP "location.ip"
ADDRESS_COUNTRY_ISO_CODE "location.address.country_iso_code"