Kinetica C# API
Version 7.0.19.0
|
Modification operation to be applied to the user. More...
Public Attributes | |
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... | |
Modification operation to be applied to the user.
Supported values:
A set of string constants for the parameter action.
Definition at line 41 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 46 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 51 of file AlterUser.cs.