◆ grantPermissionSystem() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a system-level permission to a user or role.
| request_ | Request object containing the parameters for the operation. |
Definition at line 42797 of file KineticaFunctions.cs.
◆ grantPermissionSystem() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a system-level permission to a user or role.
| 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:
|
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 42869 of file KineticaFunctions.cs.
◆ GrantPermissionSystemAsync() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a system-level permission to a user or role.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 42815 of file KineticaFunctions.cs.
◆ GrantPermissionSystemAsync() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a system-level permission to a user or role.
(async)
| 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:
|
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 42926 of file KineticaFunctions.cs.