Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter action. More...
Public Attributes | |
const string | SET_ACTIVATED = "set_activated" |
Is the user allowed to login. More... | |
const string | TRUE = "true" |
User may login More... | |
const string | FALSE = "false" |
User may not login More... | |
const string | SET_COMMENT = "set_comment" |
Sets the comment for an internal user. More... | |
const string | SET_DEFAULT_SCHEMA = "set_default_schema" |
Set the default_schema for an internal user. More... | |
const string | SET_PASSWORD = "set_password" |
Sets the password of the user. More... | |
const string | SET_RESOURCE_GROUP = "set_resource_group" |
Sets the resource group for an internal user. More... | |
A set of string constants for the parameter action.
Modification operation to be applied to the user.
Definition at line 21 of file AlterUser.cs.
const string kinetica.AlterUserRequest.Action.FALSE = "false" |
User may not login
Definition at line 30 of file AlterUser.cs.
const string kinetica.AlterUserRequest.Action.SET_ACTIVATED = "set_activated" |
Is the user allowed to login.
Definition at line 24 of file AlterUser.cs.
const string kinetica.AlterUserRequest.Action.SET_COMMENT = "set_comment" |
Sets the comment for an internal user.
Definition at line 33 of file AlterUser.cs.
const string kinetica.AlterUserRequest.Action.SET_DEFAULT_SCHEMA = "set_default_schema" |
Set the default_schema for an internal user.
An empty string means the user will have no default schema.
Definition at line 38 of file AlterUser.cs.
const string kinetica.AlterUserRequest.Action.SET_PASSWORD = "set_password" |
Sets the password of the user.
The user must be an internal user.
Definition at line 43 of file AlterUser.cs.
const string kinetica.AlterUserRequest.Action.SET_RESOURCE_GROUP = "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.
Definition at line 50 of file AlterUser.cs.
const string kinetica.AlterUserRequest.Action.TRUE = "true" |
User may login
Definition at line 27 of file AlterUser.cs.