7 using System.Collections.Generic;
62 public string name {
get;
set; }
89 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
129 IDictionary<string, string>
options = null)
131 this.name = name ??
"";
132 this.permission = permission ??
"";
148 public string name {
get;
set; }
RevokePermissionSystemRequest()
Constructs a RevokePermissionSystemRequest object with default parameters.
A set of results returned by Kinetica.revokePermissionSystem(string,string,IDictionary<string, string>).
IDictionary< string, string > options
Optional parameters.
const string SYSTEM_READ
Read-only access to all tables.
RevokePermissionSystemRequest(string name, string permission, IDictionary< string, string > options=null)
Constructs a RevokePermissionSystemRequest object with the specified parameters.
A set of parameters for Kinetica.revokePermissionSystem(string,string,IDictionary<string, string>).
const string SYSTEM_ADMIN
Full access to all data and system functions.
Permission to revoke from the user or role.
const string SYSTEM_WRITE
Read and write access to all tables.
string name
Name of the user or role from which the permission will be revoked.
string permission
Permission to revoke from the user or role.
KineticaData - class to help with Avro Encoding for Kinetica