Skip to main content

A set of string constants for the parameter CreateUserExternalRequest.options. More…

Static Public Attributes

const string ACTIVATED = “activated”
 Is the user allowed to login.
 
const string TRUE = “true”
 A boolean constant for the CreateUserExternalRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the CreateUserExternalRequest.Options options.
 
const string CREATE_HOME_DIRECTORY = “create_home_directory”
 When TRUE, a home directory in KiFS is created for this user.
 
const string DEFAULT_SCHEMA = “default_schema”
 Default schema to associate with this user.
 
const string DIRECTORY_DATA_LIMIT = “directory_data_limit”
 The maximum capacity to apply to the created directory if CREATE_HOME_DIRECTORY is TRUE.
 
const string RESOURCE_GROUP = “resource_group”
 Name of an existing resource group to associate with this user.
 

Detailed Description

A set of string constants for the parameter CreateUserExternalRequest.options.

Optional parameters.

Definition at line 21 of file CreateUserExternal.cs.

Member Data Documentation

◆ ACTIVATED

const string kinetica.CreateUserExternalRequest.Options.ACTIVATED = “activated”
static

Is the user allowed to login.

Supported values:

  • TRUE: User may login.
  • FALSE: User may not login.

The default value is TRUE.

Definition at line 42 of file CreateUserExternal.cs.

◆ CREATE_HOME_DIRECTORY

const string kinetica.CreateUserExternalRequest.Options.CREATE_HOME_DIRECTORY = “create_home_directory”
static

When TRUE, a home directory in KiFS is created for this user.

Supported values:

The default value is TRUE.

Definition at line 71 of file CreateUserExternal.cs.

◆ DEFAULT_SCHEMA

const string kinetica.CreateUserExternalRequest.Options.DEFAULT_SCHEMA = “default_schema”
static

Default schema to associate with this user.

Definition at line 74 of file CreateUserExternal.cs.

◆ DIRECTORY_DATA_LIMIT

const string kinetica.CreateUserExternalRequest.Options.DIRECTORY_DATA_LIMIT = “directory_data_limit”
static

The maximum capacity to apply to the created directory if CREATE_HOME_DIRECTORY is TRUE.

Set to -1 to indicate no upper limit. If empty, the system default limit is applied.

Definition at line 83 of file CreateUserExternal.cs.

◆ FALSE

const string kinetica.CreateUserExternalRequest.Options.FALSE = “false”
static

A boolean constant for the CreateUserExternalRequest.Options options.

Definition at line 50 of file CreateUserExternal.cs.

◆ RESOURCE_GROUP

const string kinetica.CreateUserExternalRequest.Options.RESOURCE_GROUP = “resource_group”
static

Name of an existing resource group to associate with this user.

Definition at line 87 of file CreateUserExternal.cs.

◆ TRUE

const string kinetica.CreateUserExternalRequest.Options.TRUE = “true”
static

A boolean constant for the CreateUserExternalRequest.Options options.

Definition at line 46 of file CreateUserExternal.cs.


The documentation for this struct was generated from the following files: