Skip to main content

A set of string constants for the parameter AlterUserRequest.action. More…

Static Public Attributes

const string SET_ACTIVATED = “set_activated”
 Is the user allowed to login.
 
const string TRUE = “true”
 A boolean constant for the AlterUserRequest.Action options.
 
const string FALSE = “false”
 A boolean constant for the AlterUserRequest.Action options.
 
const string SET_COMMENT = “set_comment”
 Sets the comment for an internal user.
 
const string SET_DEFAULT_SCHEMA = “set_default_schema”
 Set the default_schema for an internal user.
 
const string SET_PASSWORD = “set_password”
 Sets the password of the user.
 
const string SET_RESOURCE_GROUP = “set_resource_group”
 Sets the resource group for an internal user.
 

Detailed Description

A set of string constants for the parameter AlterUserRequest.action.

Modification operation to be applied to the user.

Definition at line 21 of file AlterUser.cs.

Member Data Documentation

◆ FALSE

const string kinetica.AlterUserRequest.Action.FALSE = “false”
static

A boolean constant for the AlterUserRequest.Action options.

Definition at line 32 of file AlterUser.cs.

◆ SET_ACTIVATED

const string kinetica.AlterUserRequest.Action.SET_ACTIVATED = “set_activated”
static

Is the user allowed to login.

Definition at line 24 of file AlterUser.cs.

◆ SET_COMMENT

const string kinetica.AlterUserRequest.Action.SET_COMMENT = “set_comment”
static

Sets the comment for an internal user.

Definition at line 35 of file AlterUser.cs.

◆ SET_DEFAULT_SCHEMA

const string kinetica.AlterUserRequest.Action.SET_DEFAULT_SCHEMA = “set_default_schema”
static

Set the default_schema for an internal user.

An empty string means the user will have no default schema.

Definition at line 40 of file AlterUser.cs.

◆ SET_PASSWORD

const string kinetica.AlterUserRequest.Action.SET_PASSWORD = “set_password”
static

Sets the password of the user.

The user must be an internal user.

Definition at line 44 of file AlterUser.cs.

◆ SET_RESOURCE_GROUP

const string kinetica.AlterUserRequest.Action.SET_RESOURCE_GROUP = “set_resource_group”
static

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.

Definition at line 50 of file AlterUser.cs.

◆ TRUE

const string kinetica.AlterUserRequest.Action.TRUE = “true”
static

A boolean constant for the AlterUserRequest.Action options.

Definition at line 28 of file AlterUser.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterUser.cs
  • Kinetica/Protocol/AlterUser.cs