7 using System.Collections.Generic;
42 public const string GRAPH =
"graph";
45 public const string PROC =
"proc";
48 public const string SCHEMA =
"schema";
54 public const string SYSTEM =
"system";
57 public const string TABLE =
"table";
70 public const string ADMIN =
"admin";
77 public const string CREATE =
"create";
80 public const string DELETE =
"delete";
86 public const string INSERT =
"insert";
92 public const string READ =
"read";
98 public const string UPDATE =
"update";
105 public const string WRITE =
"write";
138 public const string TRUE =
"true";
139 public const string FALSE =
"false";
312 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
485 IDictionary<string, string>
options =
null)
517 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of string constants for the parameter object_type.
const string CREDENTIAL
Credential
const string TABLE
Database Table
string principal
Name of the user or role for which the permission is being granted.
const string COLUMNS
Apply table security to these columns, comma-separated.
const string SCHEMA
Schema
const string CREATE
Ability to create new objects of this type.
A set of string constants for the parameter options.
KineticaData - class to help with Avro Encoding for Kinetica
const string EXECUTE
Ability to Execute the Procedure object.
string permission
Permission being granted.
const string CONTEXT
Context
IDictionary< string, string > info
Additional information.
const string SEND_ALERT
Ability to send system alerts.
string principal
Value of principal.
GrantPermissionRequest(string principal, string _object, string object_type, string permission, IDictionary< string, string > options=null)
Constructs a GrantPermissionRequest object with the specified parameters.
const string GRAPH
A Graph object
A set of string constants for the parameter permission.
const string DIRECTORY
KIFS File Directory
IDictionary< string, string > options
Optional parameters.
const string INSERT
Insert access to tables.
const string SQL_PROC
SQL Procedure
const string MONITOR
Monitor logs and statistics.
GrantPermissionRequest()
Constructs a GrantPermissionRequest object with default parameters.
string object_type
Value of object_type.
const string WRITE
Access to write, change and delete objects.
const string USER_ADMIN
Access to administer users and roles that do not have system_admin permission.
const string TABLE_MONITOR
Table monitor
const string CONNECT
Connect access on the given data source or data sink.
string permission
Value of permission.
const string DATASOURCE
Data Source
string object_type
The type of object being granted to.
A set of results returned by Kinetica.grantPermission.
const string FILTER_EXPRESSION
Filter expression to apply to this grant.
const string CATALOG
Catalog
string _object
Value of _object.
const string READ
Ability to read, list and use the object.
const string WITH_GRANT_OPTION
Allow the recipient to grant the same permission (or subset) to others.
const string SYSTEM
System-level access
const string UPDATE
Update access to the table.
string _object
Name of object permission is being granted to.
A set of parameters for Kinetica.grantPermission.
const string DELETE
Delete rows from tables.
const string DATASINK
Data Sink
const string PROC
UDF Procedure
const string ADMIN
Full read/write and administrative access on the object.