Skip to content

Security: IPGeolocation/ip-geolocation-api-typescript-sdk

Security

docs/Security.md

Security

Properties

Name Type Description Notes
threat_score number [optional] [default to undefined]
is_tor boolean [optional] [default to undefined]
is_proxy boolean [optional] [default to undefined]
proxy_type string [optional] [default to undefined]
proxy_provider string [optional] [default to undefined]
is_anonymous boolean [optional] [default to undefined]
is_known_attacker boolean [optional] [default to undefined]
is_spam boolean [optional] [default to undefined]
is_bot boolean [optional] [default to undefined]
is_cloud_provider boolean [optional] [default to undefined]
cloud_provider string [optional] [default to undefined]

Example

import { Security } from 'ipgeolocation-sdk-ts';

const instance: Security = {
    threat_score,
    is_tor,
    is_proxy,
    proxy_type,
    proxy_provider,
    is_anonymous,
    is_known_attacker,
    is_spam,
    is_bot,
    is_cloud_provider,
    cloud_provider,
};

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

There aren’t any published security advisories