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

IpOrganizationDetails

import type { IpOrganizationDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides information about an internet provider.

interface IpOrganizationDetails {
Asn?: number | null;
AsnOrg?: string | null;
Isp?: string | null;
Org?: string | null;
}

§Properties

§
Asn?: number | null
[src]

The Autonomous System Number (ASN) of the internet provider

§
AsnOrg?: string | null
[src]

The name of the organization that registered the ASN.

§
Isp?: string | null
[src]

The ISP information for the internet provider.

§
Org?: string | null
[src]

The name of the internet provider.