class Aws::MemoryDB::Types::AuthenticationMode

Denotes the user's authentication properties, such as whether it requires a password to authenticate. Used in output responses.

@note When making an API call, you may pass AuthenticationMode

data as a hash:

    {
      type: "password", # accepts password
      passwords: ["String"],
    }

@!attribute [rw] type

Indicates whether the user requires a password to authenticate. All
newly-created users require a password.
@return [String]

@!attribute [rw] passwords

The password(s) used for authentication
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/AuthenticationMode AWS API Documentation

Constants

SENSITIVE