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