7 using System.Collections.Generic;
34 public string name {
get;
set; }
61 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
94 IDictionary<string, string>
options =
null)
96 this.name =
name ??
"";
110 public string name {
get;
set; }
123 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of parameters for Kinetica.grantPermissionProc.
string permission
Permission to grant to the user or role.
IDictionary< string, string > info
Additional information.
string proc_name
Value of proc_name.
string permission
Value of permission.
string name
Value of name.
GrantPermissionProcRequest(string name, string permission, string proc_name, IDictionary< string, string > options=null)
Constructs a GrantPermissionProcRequest object with the specified parameters.
A set of results returned by Kinetica.grantPermissionProc.
IDictionary< string, string > options
Optional parameters.
const string PROC_EXECUTE
Execute access to the proc.
GrantPermissionProcRequest()
Constructs a GrantPermissionProcRequest object with default parameters.
A set of string constants for the parameter permission.
const string PROC_ADMIN
Admin access to the proc.
KineticaData - class to help with Avro Encoding for Kinetica
string name
Name of the user or role to which the permission will be granted.
string proc_name
Name of the proc to which the permission grants access.