◆ grantPermissionProc() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a proc-level permission to 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 42681 of file KineticaFunctions.cs.
◆ grantPermissionProc() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a proc-level permission to a user or role.
Parameters
| name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
| permission | Permission to grant to 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 to grant access to all procs. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 42736 of file KineticaFunctions.cs.
◆ GrantPermissionProcAsync() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a proc-level permission to a user or role.
(async)
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 42699 of file KineticaFunctions.cs.
◆ GrantPermissionProcAsync() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a proc-level permission to a user or role.
(async)
Parameters
| name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
| permission | Permission to grant to 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 to grant access to all procs. |
| 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 42777 of file KineticaFunctions.cs.