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

IPAddressBasedRemoteInfo

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

IP address based configurations.

interface IPAddressBasedRemoteInfo {
authType?: AuthType | null;
ipAddressConfigurationTimeStamp?: string | null;
osType?: OSType | null;
}

§Properties

§
authType?: AuthType | null
[src]

The type of authorization.

§
ipAddressConfigurationTimeStamp?: string | null
[src]

The time stamp of the configuration.

§
osType?: OSType | null
[src]

The type of the operating system.