7 using System.Collections.Generic;
21 public string role {
get;
set; }
31 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
49 IDictionary<string, string>
options =
null)
51 this.role =
role ??
"";
52 this.member =
member ??
"";
64 public string role {
get;
set; }
71 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
string member
Name of the user or role that will be revoked membership in role.
A set of results returned by Kinetica.revokeRole.
string role
Name of the role in which membership will be revoked.
A set of parameters for Kinetica.revokeRole.
RevokeRoleRequest()
Constructs a RevokeRoleRequest object with default parameters.
RevokeRoleRequest(string role, string member, IDictionary< string, string > options=null)
Constructs a RevokeRoleRequest object with the specified parameters.
string member
Value of member.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > info
Additional information.
string role
Value of role.