Skip to main content

◆ revokePermissionProc() [1/2]

RevokePermissionProcResponse kinetica.Kinetica.revokePermissionProc (RevokePermissionProcRequestrequest_)
inline

[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from 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 58720 of file KineticaFunctions.cs.

◆ revokePermissionProc() [2/2]

RevokePermissionProcResponse kinetica.Kinetica.revokePermissionProc (stringname,
stringpermission,
stringproc_name,
IDictionary< string, string >options = null )
inline

[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.

Parameters
nameName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionPermission to revoke from the user or role. Supported values:
proc_nameName of the proc to which the permission grants access. Must be an existing proc, or an empty string if the permission grants access to all procs.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 58776 of file KineticaFunctions.cs.

◆ RevokePermissionProcAsync() [1/2]

async System.Threading.Tasks.Task< RevokePermissionProcResponse > kinetica.Kinetica.RevokePermissionProcAsync (RevokePermissionProcRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from 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 58738 of file KineticaFunctions.cs.

◆ RevokePermissionProcAsync() [2/2]

async System.Threading.Tasks.Task< RevokePermissionProcResponse > kinetica.Kinetica.RevokePermissionProcAsync (stringname,
stringpermission,
stringproc_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.

(async)

Parameters
nameName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionPermission to revoke from the user or role. Supported values:
proc_nameName of the proc to which the permission grants access. Must be an existing proc, or an empty string if the permission grants access to all procs.
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 58817 of file KineticaFunctions.cs.