storagegateway_delete_chap_credentials {paws.storage} | R Documentation |
Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair
Description
Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair. This operation is supported in volume and tape gateway types.
See https://www.paws-r-sdk.com/docs/storagegateway_delete_chap_credentials/ for full documentation.
Usage
storagegateway_delete_chap_credentials(TargetARN, InitiatorName)
Arguments
TargetARN |
[required] The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
|
InitiatorName |
[required] The iSCSI initiator that connects to the target. |
[Package paws.storage version 0.9.0 Index]