IpMatchCondition interface
Defines the condition that can be filtered using the selected IPs.
Properties
ip |
The List of IP Group Names that need to be matched. |
ip |
The list of IP Prefixes. |
prefix |
IP Prefix Type. |
type | IP Address type. |
Property Details
ipGroupNames
The List of IP Group Names that need to be matched.
ipGroupNames?: string[]
Property Value
string[]
ipPrefixValues
The list of IP Prefixes.
ipPrefixValues?: string[]
Property Value
string[]
prefixType
IP Prefix Type.
prefixType?: string
Property Value
string
type
IP Address type.
type?: string
Property Value
string