◆ deleteRole() [1/2]
| inline |
Deletes an existing role.
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 32354 of file KineticaFunctions.cs.
◆ deleteRole() [2/2]
| inline |
Deletes an existing role.
This method should be used for on-premise deployments only.
Parameters
| name | Name of the role to be deleted. Must be an existing role. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 32389 of file KineticaFunctions.cs.
◆ DeleteRoleAsync() [1/2]
| inline |
Deletes an existing role.
(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 32371 of file KineticaFunctions.cs.
◆ DeleteRoleAsync() [2/2]
| inline |
Deletes an existing role.
(async)
This method should be used for on-premise deployments only.
Parameters
| name | Name of the role to be deleted. Must be an existing 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 32407 of file KineticaFunctions.cs.