◆ deleteUser() [1/2]
| inline |
Deletes an existing user.
This method should be used for on-premise deployments only.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 32422 of file KineticaFunctions.cs.
◆ deleteUser() [2/2]
| inline |
Deletes an existing user.
This method should be used for on-premise deployments only.
Parameters
| name | Name of the user to be deleted. Must be an existing user. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 32457 of file KineticaFunctions.cs.
◆ DeleteUserAsync() [1/2]
| inline |
Deletes an existing user.
(async)
This method should be used for on-premise deployments only.
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 32439 of file KineticaFunctions.cs.
◆ DeleteUserAsync() [2/2]
| inline |
Deletes an existing user.
(async)
This method should be used for on-premise deployments only.
Parameters
| name | Name of the user to be deleted. Must be an existing user. |
| 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 32475 of file KineticaFunctions.cs.