7 using System.Collections.Generic;
37 public string name {
get;
set; }
68 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
105 IDictionary<string, string>
options =
null)
107 this.name =
name ??
"";
121 public string name {
get;
set; }
134 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string credential_name
Value of credential_name.
string name
Name of the user or role to which the permission will be granted.
string name
Value of name.
A set of parameters for Kinetica.grantPermissionCredential.
const string CREDENTIAL_ADMIN
Full read/write and administrative access on the credential.
string permission
Value of permission.
A set of string constants for the parameter permission.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.grantPermissionCredential.
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.