7 using System.Collections.Generic;
36 public string name {
get;
set; }
67 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
105 IDictionary<string, string>
options =
null)
107 this.name =
name ??
"";
108 this.action =
action ??
"";
109 this._value =
_value ??
"";
121 public string name {
get;
set; }
124 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string action
Modification operation to be applied to the role.
string name
Name of the role to be altered.
A set of string constants for the parameter action.
AlterRoleRequest(string name, string action, string _value, IDictionary< string, string > options=null)
Constructs an AlterRoleRequest object with the specified parameters.
A set of results returned by Kinetica.alterRole.
A set of parameters for Kinetica.alterRole.
string _value
The value of the modification, depending on action.
const string SET_COMMENT
Sets the comment for an internal role.
AlterRoleRequest()
Constructs an AlterRoleRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
string name
Value of name.
const string SET_RESOURCE_GROUP
Sets the resource group for an internal role.