public static final class AlterUserRequest.Action extends Object
SET_PASSWORD
:
Sets the password of the user. The user must be an internal user.
SET_RESOURCE_GROUP
: Sets the resource group for an internal user. The
resource group must exist, otherwise, an empty string assigns the user
to the default resource group.
action
.Modifier and Type | Field and Description |
---|---|
static String |
SET_PASSWORD
Sets the password of the user.
|
static String |
SET_RESOURCE_GROUP
Sets the resource group for an internal user.
|
public static final String SET_PASSWORD
public static final String SET_RESOURCE_GROUP
Copyright © 2020. All rights reserved.