Container for the parameters to the UpdateChapCredentials operation.
This operation updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target. By default, a gateway does not have CHAP enabled; however, for added security, you might use it.
IMPORTANT: When you update CHAP credentials, all existing connections on the target are closed and initiators must reconnect with the new credentials.

C# |
public class UpdateChapCredentialsRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | UpdateChapCredentialsRequest()()()() | Initializes a new instance of the UpdateChapCredentialsRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | InitiatorName |
The iSCSI initiator that connects to the target.
Constraints: |
![]() | SecretToAuthenticateInitiator |
The secret key that the initiator (e.g. Windows client) must provide to participate in mutual CHAP with the target.
Constraints: |
![]() | SecretToAuthenticateTarget |
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).
Constraints: |
![]() | TargetARN |
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the
TargetARN for specified VolumeARN.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithInitiatorName(String) | Obsolete.
Sets the InitiatorName property
|
![]() | WithSecretToAuthenticateInitiator(String) | Obsolete.
Sets the SecretToAuthenticateInitiator property
|
![]() | WithSecretToAuthenticateTarget(String) | Obsolete.
Sets the SecretToAuthenticateTarget property
|
![]() | WithTargetARN(String) | Obsolete.
Sets the TargetARN property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | UpdateChapCredentialsRequest |