7 using System.Collections.Generic;
22 public string role {
get; set; }
30 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
49 IDictionary<string, string>
options)
51 this.role = role ??
"";
52 this.member = member ??
"";
53 this.options = options ??
new Dictionary<string, string>();
66 public string role {
get; set; }
A set of results returned by /grant/role.
string member
Name of the user or role that will be granted membership in .
IDictionary< string, string > options
Optional parameters.
A set of parameters for /grant/role.
GrantRoleRequest()
Constructs a GrantRoleRequest object with default parameters.
GrantRoleRequest(string role, string member, IDictionary< string, string > options)
Constructs a GrantRoleRequest object with the specified parameters.
string role
Name of the role in which membership will be granted.
KineticaData - class to help with Avro Encoding for Kinetica