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>();
string name
Value of name.
RevokePermissionCredentialRequest(string name, string permission, string credential_name, IDictionary< string, string > options=null)
Constructs a RevokePermissionCredentialRequest object with the specified parameters.
string permission
Value of permission.
KineticaData - class to help with Avro Encoding for Kinetica
string credential_name
Value of credential_name.
A set of parameters for Kinetica.revokePermissionCredential.
RevokePermissionCredentialRequest()
Constructs a RevokePermissionCredentialRequest object with default parameters.
string name
Name of the user or role from which the permission will be revoked.
const string CREDENTIAL_ADMIN
Full read/write and administrative access on the credential.
const string CREDENTIAL_READ
Ability to read and use the credential.
A set of string constants for the parameter permission.
string credential_name
Name of the credential on which the permission will be revoked.
A set of results returned by Kinetica.revokePermissionCredential.
IDictionary< string, string > options
Optional parameters.
string permission
Permission to revoke from the user or role.
IDictionary< string, string > info
Additional information.