7 using System.Collections.Generic;
47 public string name {
get; set; }
68 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
100 IDictionary<string, string>
options = null)
102 this.name = name ??
"";
103 this.action = action ??
"";
104 this._value = _value ??
"";
105 this.options =
options ??
new Dictionary<string, string>();
120 public string name {
get; set; }
123 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.
Modification operation to be applied to the role.
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(string,string,string,IDictionary{string, string}).
A set of parameters for Kinetica.alterRole(string,string,string,IDictionary{string, string}).
string _value
The value of the modification, depending on .
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.
const string SET_RESOURCE_GROUP
Sets the resource group for an internal role.