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

ChapInfo

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

Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports authentication between your gateway and iSCSI initiators.

interface ChapInfo {
InitiatorName?: string | null;
SecretToAuthenticateInitiator?: string | null;
SecretToAuthenticateTarget?: string | null;
TargetARN?: string | null;
}

§Properties

§
InitiatorName?: string | null
[src]

The iSCSI initiator that connects to the target.

§
SecretToAuthenticateInitiator?: string | null
[src]

The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.

§
SecretToAuthenticateTarget?: string | null
[src]

The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g., Windows client).

§
TargetARN?: string | null
[src]

The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).