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

UpdateChapCredentialsInput

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

A JSON object containing one or more of the following fields:

  • "UpdateChapCredentialsInput$InitiatorName"
  • "UpdateChapCredentialsInput$SecretToAuthenticateInitiator"
  • "UpdateChapCredentialsInput$SecretToAuthenticateTarget"
  • "UpdateChapCredentialsInput$TargetARN"
interface UpdateChapCredentialsInput {
InitiatorName: string;
SecretToAuthenticateInitiator: string;
SecretToAuthenticateTarget?: string | null;
TargetARN: string;
}

§Properties

§
InitiatorName: string
[src]

The iSCSI initiator that connects to the target.

§
SecretToAuthenticateInitiator: string
[src]

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

Note: The secret key must be between 12 and 16 bytes when encoded in UTF-8.

§
SecretToAuthenticateTarget?: string | null
[src]

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

Byte constraints: Minimum bytes of 12. Maximum bytes of 16.

Note: The secret key must be between 12 and 16 bytes when encoded in UTF-8.

§
TargetARN: string
[src]

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the "DescribeStorediSCSIVolumes" operation to return the TargetARN for specified VolumeARN.