elasticache_modify_user: Changes user password(s) and/or access string

View source: R/elasticache_operations.R

elasticache_modify_userR Documentation

Changes user password(s) and/or access string

Description

Changes user password(s) and/or access string.

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

Usage

elasticache_modify_user(
  UserId,
  AccessString = NULL,
  AppendAccessString = NULL,
  Passwords = NULL,
  NoPasswordRequired = NULL,
  AuthenticationMode = NULL
)

Arguments

UserId

[required] The ID of the user.

AccessString

Access permissions string used for this user.

AppendAccessString

Adds additional user permissions to the access string.

Passwords

The passwords belonging to the user. You are allowed up to two.

NoPasswordRequired

Indicates no password is required for the user.

AuthenticationMode

Specifies how to authenticate the user.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.