storagegateway_set_smb_guest_password {paws.storage}R Documentation

Sets the password for the guest user smbguest

Description

Sets the password for the guest user smbguest. The smbguest user is the user when the authentication method for the file share is set to GuestAccess. This operation only supported for S3 File Gateways

See https://www.paws-r-sdk.com/docs/storagegateway_set_smb_guest_password/ for full documentation.

Usage

storagegateway_set_smb_guest_password(GatewayARN, Password)

Arguments

GatewayARN

[required] The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.

Password

[required] The password that you want to set for your SMB server.


[Package paws.storage version 0.5.0 Index]