◆ grantPermissionDirectory() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a KiFS directory-level permission to a user or role.
| request_ | Request object containing the parameters for the operation. |
Definition at line 42551 of file KineticaFunctions.cs.
◆ grantPermissionDirectory() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a KiFS directory-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:
|
| directory_name | Name of the KiFS directory to which the permission grants access. An empty directory name grants access to all KiFS directories. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 42613 of file KineticaFunctions.cs.
◆ GrantPermissionDirectoryAsync() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a KiFS directory-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 42570 of file KineticaFunctions.cs.
◆ GrantPermissionDirectoryAsync() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a KiFS directory-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:
|
| directory_name | Name of the KiFS directory to which the permission grants access. An empty directory name grants access to all KiFS directories. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 42661 of file KineticaFunctions.cs.