Adduser: Difference between revisions

From Data Islands
(Created page with "'''Syntax''' : adduser <USERNAME> <ACCESS SCOPE> <ENTER> Description : Add a user to allow access the current region. Premissions are controlled by passing access scope as "read" or "readwrite".")
 
No edit summary
 
Line 3: Line 3:
Description : Add a user to allow access the current region.  
Description : Add a user to allow access the current region.  


Premissions are controlled by passing access scope as "read" or "readwrite".
Premissions are controlled by passing access scope as read/readwrite/REST2read/REST2readwrite
 
* read: Allows user to see the region in the console application, web app and RESI API (REST2read)
 
* readwrite: Allows user the read access as well as the option to create and upload (Push/Export) data to islands in the given region using the console and/or the REST API (REST2readwrite).
 
* REST2read: Users can only access the region using the REST API and view the data (usually using an app).
 
* REST2readwrite: Users can do all in REST2read insert/update/delete the data (usually using an app) via the REST API.

Latest revision as of 10:14, 30 September 2024

Syntax : adduser <USERNAME> <ACCESS SCOPE> <ENTER>

Description : Add a user to allow access the current region.

Premissions are controlled by passing access scope as read/readwrite/REST2read/REST2readwrite

  • read: Allows user to see the region in the console application, web app and RESI API (REST2read)
  • readwrite: Allows user the read access as well as the option to create and upload (Push/Export) data to islands in the given region using the console and/or the REST API (REST2readwrite).
  • REST2read: Users can only access the region using the REST API and view the data (usually using an app).
  • REST2readwrite: Users can do all in REST2read insert/update/delete the data (usually using an app) via the REST API.