public Task MoveIpStatusToWhiteList(
IpAddressStatusDto status,
UserSessionData currentUser,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user currentUser did not have the correct permissions |
| InvalidOperationException | Invoked if we're trying to update an item already on the whitelist. |