Values.IpAddressDetailsSourceProvides information about the IP address of the device that an entity used to perform an action on an affected resource.
type nonrec t = {ipAddressV4 : string option;The Internet Protocol version 4 (IPv4) address of the device.
*)ipCity : IpCity.t option;The city that the IP address originated from.
*)ipCountry : IpCountry.t option;The country that the IP address originated from.
*)ipGeoLocation : IpGeoLocation.t option;The geographic coordinates of the location that the IP address originated from.
*)ipOwner : IpOwner.t option;The registered owner of the IP address.
*)}