7 using System.Collections.Generic;
27 public const string TRUE =
"true";
30 public const string FALSE =
"false";
53 public string name {
get;
set; }
108 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
170 IDictionary<string, string>
options =
null)
172 this.name =
name ??
"";
173 this.action =
action ??
"";
174 this._value =
_value ??
"";
186 public string name {
get;
set; }
189 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string SET_PASSWORD
Sets the password of the user.
A set of results returned by Kinetica.alterUser.
const string FALSE
User may not login.
const string SET_ACTIVATED
Is the user allowed to login.
string _value
The value of the modification, depending on action.
KineticaData - class to help with Avro Encoding for Kinetica
const string SET_COMMENT
Sets the comment for an internal user.
IDictionary< string, string > options
Optional parameters.
string name
Name of the user to be altered.
string action
Modification operation to be applied to the user.
const string SET_DEFAULT_SCHEMA
Set the default_schema for an internal user.
string name
Value of name.
AlterUserRequest(string name, string action, string _value, IDictionary< string, string > options=null)
Constructs an AlterUserRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
AlterUserRequest()
Constructs an AlterUserRequest object with default parameters.
A set of string constants for the parameter action.
A set of parameters for Kinetica.alterUser.
const string TRUE
User may login.
const string SET_RESOURCE_GROUP
Sets the resource group for an internal user.