Grant Directory Permission

Grants a KiFS directory-level permission to a user or role.

Input Parameter Description

NameTypeDescription
namestringName of the user or role to which the permission will be granted. Must be an existing user or role.
permissionstring

Permission to grant to the user or role.

Supported ValuesDescription
directory_readFor files in the directory, access to list files, download files, or use files in server side functions.
directory_writeAccess to upload files to, or delete files from, the directory. A user or role with write access automatically has read access.
directory_namestringName of the KiFS directory to which the permission grants access. An empty directory name grants access to all KiFS directories.
optionsmap of string to strings

Optional parameters.

The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
namestringValue of input parameter name.
permissionstringValue of input parameter permission.
directory_namestringValue of input parameter directory_name.
infomap of string to stringsAdditional information.