7 using System.Collections.Generic;
44 public string name {
get;
set; }
84 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
132 IDictionary<string, string>
options =
null)
134 this.name =
name ??
"";
147 public string name {
get;
set; }
155 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string SYSTEM_SEND_ALERT
Send system alerts.
string permission
Permission to grant to the user or role.
GrantPermissionSystemRequest()
Constructs a GrantPermissionSystemRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
GrantPermissionSystemRequest(string name, string permission, IDictionary< string, string > options=null)
Constructs a GrantPermissionSystemRequest object with the specified parameters.
A set of parameters for Kinetica.grantPermissionSystem.
A set of string constants for the parameter permission.
const string SYSTEM_WRITE
Read and write access to all tables.
string name
Value of name.
string name
Name of the user or role to which the permission will be granted.
const string SYSTEM_USER_ADMIN
Access to administer users and roles that do not have system_admin permission.
const string SYSTEM_ADMIN
Full access to all data and system functions.
A set of results returned by Kinetica.grantPermissionSystem.
IDictionary< string, string > info
Additional information.
string permission
Value of permission.
IDictionary< string, string > options
Optional parameters.
const string SYSTEM_READ
Read-only access to all tables.