7 using System.Collections.Generic;
42 public string name {
get; set; }
50 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
70 IDictionary<string, string>
options)
72 this.name = name ??
"";
73 this.permission = permission ??
"";
74 this.options = options ??
new Dictionary<string, string>();
88 public string name {
get; set; }
RevokePermissionSystemRequest()
Constructs a RevokePermissionSystemRequest object with default parameters.
A set of results returned by /revoke/permission/system.
IDictionary< string, string > options
Optional parameters.
const string SYSTEM_READ
Read-only access to all tables.
string permission
Value of .
A set of parameters for /revoke/permission/system.
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.
RevokePermissionSystemRequest(string name, string permission, IDictionary< string, string > options)
Constructs a RevokePermissionSystemRequest object with the specified parameters.
string permission
Permission to revoke from the user or role.
KineticaData - class to help with Avro Encoding for Kinetica