You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
Confidence level of the proxy detection. If a proxy is not detected, confidence is \"high\". If it's detected, can be \"low\", \"medium\", or \"high\".
21
+
22
+
NOTE: This class is auto generated by the swagger code generator program.
23
+
24
+
Do not edit the class manually.
25
+
"""
26
+
27
+
"""
28
+
allowed enum values
29
+
"""
30
+
LOW="low"
31
+
MEDIUM="medium"
32
+
HIGH="high"
33
+
"""
34
+
Attributes:
35
+
swagger_types (dict): The key is attribute name
36
+
and the value is attribute type.
37
+
attribute_map (dict): The key is attribute name
38
+
and the value is json key in definition.
39
+
"""
40
+
swagger_types= {
41
+
}
42
+
43
+
nullable_map= {
44
+
}
45
+
46
+
attribute_map= {
47
+
}
48
+
49
+
def__init__(self): # noqa: E501
50
+
"""ProxyConfidence - a model defined in Swagger"""# noqa: E501
0 commit comments