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

Organization

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

Contains information about the ISP organization of the remote IP address.

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

§Properties

§
Asn?: string | null
[src]

The Autonomous System Number (ASN) of the internet provider of the remote IP address.

§
AsnOrg?: string | null
[src]

The organization that registered this ASN.

§
Isp?: string | null
[src]

The ISP information for the internet provider.

§
Org?: string | null
[src]

The name of the internet provider.