Skip to main content

◆ deleteRole() [1/2]

DeleteRoleResponse kinetica.Kinetica.deleteRole (DeleteRoleRequestrequest_)
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]

DeleteRoleResponse kinetica.Kinetica.deleteRole (stringname,
IDictionary< string, string >options = null )
inline

Deletes an existing role.

This method should be used for on-premise deployments only.

Parameters
nameName of the role to be deleted. Must be an existing role.
optionsOptional 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]

async System.Threading.Tasks.Task< DeleteRoleResponse > kinetica.Kinetica.DeleteRoleAsync (DeleteRoleRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
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.
cancellationTokenCancellation 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]

async System.Threading.Tasks.Task< DeleteRoleResponse > kinetica.Kinetica.DeleteRoleAsync (stringname,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Deletes an existing role.

(async)

This method should be used for on-premise deployments only.

Parameters
nameName of the role to be deleted. Must be an existing 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 32407 of file KineticaFunctions.cs.