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