◆ revokePermissionProc() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.
| request_ | Request object containing the parameters for the operation. |
Definition at line 58720 of file KineticaFunctions.cs.
◆ revokePermissionProc() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values:
|
| proc_name | Name 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. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 58776 of file KineticaFunctions.cs.
◆ RevokePermissionProcAsync() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 58738 of file KineticaFunctions.cs.
◆ RevokePermissionProcAsync() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a proc-level permission from a user or role.
(async)
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values:
|
| proc_name | Name 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. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 58817 of file KineticaFunctions.cs.