Check if a given IP address is blocked via the multiple user accounts trigger due to multiple failed logins. See: https://auth0.com/docs/api/management/v2#!/Anomaly/get_ips_by_id
(ctx context.Context, ip string, opts ...management.RequestOption)
| 12 | // |
| 13 | // See: https://auth0.com/docs/api/management/v2#!/Anomaly/get_ips_by_id |
| 14 | CheckIP(ctx context.Context, ip string, opts ...management.RequestOption) (isBlocked bool, err error) |
| 15 | |
| 16 | // Unblock an IP address currently blocked by the multiple user accounts |
| 17 | // trigger due to multiple failed logins. |