◆ grantRole() [1/2]
| 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]
| inline |
Grants membership in a role to a user or role.
Parameters
| role | Name of the role in which membership will be granted. Must be an existing role. |
| member | Name of the user or role that will be granted membership in role . Must be an existing user or role. |
| options | Optional 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]
| inline |
Grants membership in a role to a user or role.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation 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]
| inline |
Grants membership in a role to a user or role.
(async)
Parameters
| role | Name of the role in which membership will be granted. Must be an existing role. |
| member | Name of the user or role that will be granted membership in role . Must be an existing user or role. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation 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.