7 using System.Collections.Generic;
26 public const string ADMIN =
"admin";
35 public string name {
get;
set; }
62 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
95 IDictionary<string, string>
options =
null)
97 this.name =
name ??
"";
111 public string name {
get;
set; }
124 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of string constants for the parameter permission.
string datasource_name
Value of datasource_name.
string datasource_name
Name of the data source on which the permission will be granted.
string name
Value of name.
A set of parameters for Kinetica.grantPermissionDatasource.
GrantPermissionDatasourceRequest(string name, string permission, string datasource_name, IDictionary< string, string > options=null)
Constructs a GrantPermissionDatasourceRequest object with the specified parameters.
A set of results returned by Kinetica.grantPermissionDatasource.
string permission
Value of permission.
GrantPermissionDatasourceRequest()
Constructs a GrantPermissionDatasourceRequest object with default parameters.
const string CONNECT
Connect access on the given data source
IDictionary< string, string > options
Optional parameters.
const string ADMIN
Admin access on the given data source
string name
Name of the user or role to which the permission will be granted.
KineticaData - class to help with Avro Encoding for Kinetica
string permission
Permission to grant to the user or role.
IDictionary< string, string > info
Additional information.