View source: R/memorydb_operations.R
memorydb_update_user | R Documentation |
Changes user password(s) and/or access string.
See https://www.paws-r-sdk.com/docs/memorydb_update_user/ for full documentation.
memorydb_update_user(UserName, AuthenticationMode = NULL, AccessString = NULL)
UserName |
[required] The name of the user |
AuthenticationMode |
Denotes the user's authentication properties, such as whether it requires a password to authenticate. |
AccessString |
Access permissions string used for this user. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.