7 using System.Collections.Generic;
26 public const string ADMIN =
"admin";
35 public string name {
get;
set; }
62 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
97 IDictionary<string, string>
options =
null)
99 this.name =
name ??
"";
113 public string name {
get;
set; }
126 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string permission
Value of permission.
const string CONNECT
Connect access on the given data source
string datasource_name
Name of the data source on which the permission will be revoked.
A set of string constants for the parameter permission.
RevokePermissionDatasourceRequest(string name, string permission, string datasource_name, IDictionary< string, string > options=null)
Constructs a RevokePermissionDatasourceRequest object with the specified parameters.
A set of parameters for Kinetica.revokePermissionDatasource.
string name
Value of name.
const string ADMIN
Admin access on the given data source
IDictionary< string, string > info
Additional information.
string permission
Permission to revoke from the user or role.
string name
Name of the user or role from which the permission will be revoked.
string datasource_name
Value of datasource_name.
IDictionary< string, string > options
Optional parameters.
RevokePermissionDatasourceRequest()
Constructs a RevokePermissionDatasourceRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by Kinetica.revokePermissionDatasource.