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