Values.IpOwnerSourceProvides information about the registered owner of an IP address.
type nonrec t = {asn : string option;The autonomous system number (ASN) for the autonomous system that included the IP address.
*)asnOrg : string option;The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
*)isp : string option;The name of the internet service provider (ISP) that owned the IP address.
*)org : string option;The name of the organization that owned the IP address.
*)}