Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 710 Bytes

File metadata and controls

18 lines (13 loc) · 710 Bytes

SearchEventsVpnConfidence Enum

Filter events by VPN Detection result confidence level. high - events with high VPN Detection confidence. medium - events with medium VPN Detection confidence. low - events with low VPN Detection confidence.

Note: When using this parameter, only events with the vpn.confidence property set to a valid value are returned. Events without a vpn Smart Signal result are left out of the response.

Values

Name Value Description
HIGH 'high'
MEDIUM 'medium'
LOW 'low'

[Back to Model list] [Back to API list] [Back to README]