7 using System.Collections.Generic;
36 public string name {
get; set; }
48 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
70 IDictionary<string, string>
options)
72 this.name = name ??
"";
73 this.action = action ??
"";
74 this._value = _value ??
"";
75 this.options = options ??
new Dictionary<string, string>();
88 public string name {
get; set; }
Modification operation to be applied to the user.
string action
Modification operation to be applied to the user.
A set of results returned by /alter/user.
string name
Name of the user to be altered.
A set of parameters for /alter/user.
AlterUserRequest()
Constructs an AlterUserRequest object with default parameters.
AlterUserRequest(string name, string action, string _value, IDictionary< string, string > options)
Constructs an AlterUserRequest object with the specified parameters.
const string SET_PASSWORD
Sets the password of the user.
string _value
The value of the modification, depending on .
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica