public static final class CreateUserInternalRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVATED
Is the user allowed to login.
|
static String |
CREATE_HOME_DIRECTORY
When
TRUE , a home directory in KiFS is created
for this user. |
static String |
DEFAULT_SCHEMA
Default schema to associate with this user
|
static String |
DIRECTORY_DATA_LIMIT
The maximum capacity to apply to the created directory if
CREATE_HOME_DIRECTORY is TRUE . |
static String |
FALSE |
static String |
RESOURCE_GROUP
Name of an existing resource group to associate with this user
|
static String |
TRUE |
public static final String ACTIVATED
TRUE
.public static final String TRUE
public static final String FALSE
public static final String CREATE_HOME_DIRECTORY
TRUE
, a home directory in KiFS is created
for this user.
Supported values:
The default value is TRUE
.public static final String DEFAULT_SCHEMA
public static final String DIRECTORY_DATA_LIMIT
CREATE_HOME_DIRECTORY
is TRUE
. Set to -1 to indicate no upper limit. If empty,
the system default limit is applied.public static final String RESOURCE_GROUP
Copyright © 2025. All rights reserved.