7 using System.Collections.Generic;
43 public string name {
get; set; }
63 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
95 IDictionary<string, string>
options = null)
97 this.name = name ??
"";
98 this.permission = permission ??
"";
99 this.proc_name = proc_name ??
"";
100 this.options =
options ??
new Dictionary<string, string>();
115 public string name {
get; set; }
126 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
string name
Name of the user or role from which the permission will be revoked.
RevokePermissionProcRequest()
Constructs a RevokePermissionProcRequest object with default parameters.
string permission
Permission to revoke from the user or role.
Permission to revoke from the user or role.
A set of results returned by Kinetica.revokePermissionProc(string,string,string,IDictionary{string, string}).
string proc_name
Value of .
IDictionary< string, string > info
Additional information.
RevokePermissionProcRequest(string name, string permission, string proc_name, IDictionary< string, string > options=null)
Constructs a RevokePermissionProcRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.revokePermissionProc(string,string,string,IDictionary{string, string}).
const string PROC_EXECUTE
Execute access to the proc.
string proc_name
Name of the proc to which the permission grants access.
KineticaData - class to help with Avro Encoding for Kinetica
string permission
Value of .