Learn R Programming

paws.storage (version 0.1.3)

storagegateway_set_smb_guest_password: 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.

Usage

storagegateway_set_smb_guest_password(GatewayARN, Password)

Arguments

GatewayARN

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

Password

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

Request syntax

svc$set_smb_guest_password(
  GatewayARN = "string",
  Password = "string"
)