Skip to main content

◆ grantRole() [1/2]

GrantRoleResponse kinetica.Kinetica.grantRole (GrantRoleRequestrequest_)
inline

Grants membership in a role to a user or role.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 43131 of file KineticaFunctions.cs.

◆ grantRole() [2/2]

GrantRoleResponse kinetica.Kinetica.grantRole (stringrole,
stringmember,
IDictionary< string, string >options = null )
inline

Grants membership in a role to a user or role.

Parameters
roleName of the role in which membership will be granted. Must be an existing role.
memberName of the user or role that will be granted membership in role . Must be an existing user or role.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 43166 of file KineticaFunctions.cs.

◆ GrantRoleAsync() [1/2]

async System.Threading.Tasks.Task< GrantRoleResponse > kinetica.Kinetica.GrantRoleAsync (GrantRoleRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Grants membership in a role to a user or role.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 43147 of file KineticaFunctions.cs.

◆ GrantRoleAsync() [2/2]

async System.Threading.Tasks.Task< GrantRoleResponse > kinetica.Kinetica.GrantRoleAsync (stringrole,
stringmember,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Grants membership in a role to a user or role.

(async)

Parameters
roleName of the role in which membership will be granted. Must be an existing role.
memberName of the user or role that will be granted membership in role . Must be an existing user or role.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 43187 of file KineticaFunctions.cs.