7 using System.Collections.Generic;
42 public string name {
get;
set; }
77 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
122 IDictionary<string, string>
options =
null)
124 this.name =
name ??
"";
137 public string name {
get;
set; }
145 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
RevokePermissionSystemRequest()
Constructs a RevokePermissionSystemRequest object with default parameters.
A set of results returned by Kinetica.revokePermissionSystem.
IDictionary< string, string > options
Optional parameters.
const string SYSTEM_READ
Read-only access to all tables.
string name
Value of name.
RevokePermissionSystemRequest(string name, string permission, IDictionary< string, string > options=null)
Constructs a RevokePermissionSystemRequest object with the specified parameters.
string permission
Value of permission.
const string SYSTEM_USER_ADMIN
Access to administer users and roles that do not have system_admin permission.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.revokePermissionSystem.
const string SYSTEM_ADMIN
Full access to all data and system functions.
A set of string constants for the parameter permission.
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