View source: R/storagegateway_operations.R
storagegateway_update_chap_credentials | R Documentation |
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. This operation is supported in the volume and tape gateway types.
See https://www.paws-r-sdk.com/docs/storagegateway_update_chap_credentials/ for full documentation.
storagegateway_update_chap_credentials(
TargetARN,
SecretToAuthenticateInitiator,
InitiatorName,
SecretToAuthenticateTarget = NULL
)
TargetARN |
[required] The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
|
SecretToAuthenticateInitiator |
[required] The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target. The secret key must be between 12 and 16 bytes when encoded in UTF-8. |
InitiatorName |
[required] The iSCSI initiator that connects to the target. |
SecretToAuthenticateTarget |
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. The secret key must be between 12 and 16 bytes when encoded in UTF-8. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.