7 using System.Collections.Generic;
31 public string name {
get;
set; }
43 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
67 IDictionary<string, string>
options =
null)
69 this.name =
name ??
"";
81 public string name {
get;
set; }
84 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 string constants for the parameter options.
A set of results returned by Kinetica.createRole.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
string name
Value of name.
CreateRoleRequest(string name, IDictionary< string, string > options=null)
Constructs a CreateRoleRequest object with the specified parameters.
A set of parameters for Kinetica.createRole.
string name
Name of the role to be created.