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