Set Smb Guest Password
storagegateway_set_smb_guest_password | 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
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. |
Value¶
A list with the following syntax:
list(
GatewayARN = "string"
)
Request syntax¶
svc$set_smb_guest_password(
GatewayARN = "string",
Password = "string"
)