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

ActionRemoteIpDetails

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

For AwsApiAction, NetworkConnectionAction, and PortProbeAction, RemoteIpDetails provides information about the remote IP address that was involved in the action.

interface ActionRemoteIpDetails {
City?: City | null;
Country?: Country | null;
GeoLocation?: GeoLocation | null;
IpAddressV4?: string | null;
Organization?: IpOrganizationDetails | null;
}

§Properties

§
City?: City | null
[src]

The city where the remote IP address is located.

§
Country?: Country | null
[src]

The country where the remote IP address is located.

§
GeoLocation?: GeoLocation | null
[src]

The coordinates of the location of the remote IP address.

§
IpAddressV4?: string | null
[src]

The IP address.

§
Organization?: IpOrganizationDetails | null
[src]

The internet service provider (ISP) organization associated with the remote IP address.