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 that need to be matched. |
| prefix |
IP Prefix Type that needs to be matched. |
| type | IP Address type that needs to be matched. |
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 that need to be matched.
ipPrefixValues?: string[]
Property Value
string[]
prefixType
IP Prefix Type that needs to be matched.
prefixType?: string
Property Value
string
type
IP Address type that needs to be matched.
type?: string
Property Value
string