Values.ImpossibleTravelDetailSourceContains information on unusual and impossible travel in an account.
type nonrec t = {startingIpAddress : IpAddress.t option;IP address where the resource was first used in the impossible travel.
*)endingIpAddress : IpAddress.t option;IP address where the resource was last used in the impossible travel.
*)startingLocation : Location.t option;Location where the resource was first used in the impossible travel.
*)endingLocation : Location.t option;Location where the resource was last used in the impossible travel.
*)hourlyTimeDelta : HourlyTimeDelta.t option;Returns the time difference between the first and last timestamp the resource was used.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of HourlyTimeDelta.t | `String of IpAddress.t ])
list ]