ModifyUserRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access permissions string used for this user.

Link copied to clipboard

Adds additional user permissions to the access string.

Link copied to clipboard

Specifies how to authenticate the user.

Link copied to clipboard

Modifies the engine listed for a user. The options are valkey or redis.

Link copied to clipboard

Indicates no password is required for the user.

Link copied to clipboard

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

Link copied to clipboard

The ID of the user.

Functions

Link copied to clipboard
inline fun copy(block: ModifyUserRequest.Builder.() -> Unit = {}): ModifyUserRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String