7 using System.Collections.Generic;
57 public string name {
get; set; }
84 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
121 IDictionary<string, string>
options = null)
123 this.name = name ??
"";
124 this.permission = permission ??
"";
125 this.credential_name = credential_name ??
"";
126 this.options =
options ??
new Dictionary<string, string>();
141 public string name {
get; set; }
153 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
string credential_name
Value of .
string name
Name of the user or role to which the permission will be granted.
A set of parameters for Kinetica.grantPermissionCredential(string,string,string,IDictionary{string, string}).
const string CREDENTIAL_ADMIN
Full read/write and administrative access on the credential.
string permission
Value of .
Permission to grant to the user or role.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.grantPermissionCredential(string,string,string,IDictionary{string, string}).
GrantPermissionCredentialRequest(string name, string permission, string credential_name, IDictionary< string, string > options=null)
Constructs a GrantPermissionCredentialRequest object with the specified parameters.
string credential_name
Name of the credential on which the permission will be granted.
GrantPermissionCredentialRequest()
Constructs a GrantPermissionCredentialRequest object with default parameters.
const string CREDENTIAL_READ
Ability to read and use the credential.
string permission
Permission to grant to the user or role.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options
Optional parameters.