7 using System.Collections.Generic;
46 public string name {
get; set; }
58 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
84 IDictionary<string, string>
options = null)
86 this.name = name ??
"";
87 this.options =
options ??
new Dictionary<string, string>();
102 public string name {
get; set; }
105 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
const string RESOURCE_GROUP
Name of an existing resource group to associate with this user
IDictionary< string, string > info
Additional information.
CreateRoleRequest()
Constructs a CreateRoleRequest object with default parameters.
A set of results returned by Kinetica.createRole(string,IDictionary{string, string}).
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
CreateRoleRequest(string name, IDictionary< string, string > options=null)
Constructs a CreateRoleRequest object with the specified parameters.
A set of parameters for Kinetica.createRole(string,IDictionary{string, string}).
string name
Name of the role to be created.