public static final class AlterUserRequest.Action extends Object
AlterUserRequest
parameter
action
.
Modification operation to be applied to the user.
Modifier and Type | Field and Description |
---|---|
static String |
FALSE
User may not login
|
static String |
SET_ACTIVATED
Is the user allowed to login.
|
static String |
SET_COMMENT
Sets the comment for an internal user.
|
static String |
SET_DEFAULT_SCHEMA
Set the default_schema for an internal user.
|
static String |
SET_PASSWORD
Sets the password of the user.
|
static String |
SET_RESOURCE_GROUP
Sets the resource group for an internal user.
|
static String |
TRUE
User may login
|
public static final String SET_ACTIVATED
public static final String TRUE
public static final String FALSE
public static final String SET_COMMENT
public static final String SET_DEFAULT_SCHEMA
public static final String SET_PASSWORD
public static final String SET_RESOURCE_GROUP
Copyright © 2025. All rights reserved.