Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IpOwner

import type { IpOwner } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about the registered owner of an IP address.

interface IpOwner {
asn?: string | null;
asnOrg?: string | null;
isp?: string | null;
org?: string | null;
}

§Properties

§
asn?: string | null
[src]

The autonomous system number (ASN) for the autonomous system that included the IP address.

§
asnOrg?: string | null
[src]

The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.

§
isp?: string | null
[src]

The name of the internet service provider (ISP) that owned the IP address.

§
org?: string | null
[src]

The name of the organization that owned the IP address.