Values.NewGeolocationDetailSourceDetails new geolocations used either at the resource or account level. For example, lists an observed geolocation that is an infrequent or unused location based on previous user activity.
type nonrec t = {location : Location.t option;Location where the resource was accessed.
*)ipAddress : IpAddress.t option;IP address using which the resource was accessed.
*)isNewForEntireAccount : IsNewForEntireAccount.t option;Checks if the geolocation is new for the entire account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsNewForEntireAccount.t | `String of Location.t ])
list ]